Changing text of back button in iOS


        UIBarButtonItem *temporaryBarButtonItem = [[UIBarButtonItem alloc] init];
	temporaryBarButtonItem.title = tmpString; // this is your text to be set
	self.navigationItem.backBarButtonItem = temporaryBarButtonItem;

In

Leave a Reply

Your email address will not be published. Required fields are marked *