I have a UINavigationController that pushes a UiviewController to it’s stack. This UIViewController has a UITableView.
I have an edit table button in the top left of the navigation bar which means I’ve lost my back button.
How can I have both?
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 want to set 2 buttons as left bar button item, then check this
Multiple UIBarButtonItems in UINavigationBar
In this link there are 2 buttons set as right bar button item, You can set as leftbarbuttonitem inplace of rightbarbuttonitem.