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 whi开发者_StackOverflow中文版ch means I've lost my back button.
How can I have both?
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.
精彩评论