I already have the automatically generated back button in the top left corner, but I’d like to add a UIButton that does the same at the bottom of my view.
Is that possible?
Thanks!
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.
IF you are using a UINavigation controller, you can register a button handler and add the code
This will provide the same functionality as the back button generated when you add a view to the view stack.