开发者

Back button "And" edit button

开发者 https://www.devze.com 2023-03-08 22:44 出处:网络
I have a UINavigationController that pushes a UiviewController to it\'s stack. This UIViewController has a UITableView.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消