I know the label on back button item is always the last view clicked, but how should I go if I want to have “back” text on it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This issue bugs me as well. My hack is to change the title of the view controller in
-viewWillAppear:and-viewWillDisappear:, where the latter changes the title to what will appear on the “back” button and the former changes it back to what I want the title of that screen to be. For example,