后退按钮“和”编辑按钮

时间:2011-05-27 09:44:51

标签: iphone cocoa-touch

我有一个UINavigationController,它将UiviewController推送到它的堆栈。这个UIViewController有一个UITableView。

我在导航栏的左上角有一个编辑表按钮,这意味着我丢失了我的后退按钮。

我怎么能同时拥有两者?

1 个答案:

答案 0 :(得分:0)

如果要将2个按钮设置为左栏按钮项目,请选中此

Multiple UIBarButtonItems in UINavigationBar

在此链接中,有2个按钮设置为右侧栏按钮项目,您可以在rightbarbuttonitem中设置为leftbarbuttonitem。