返回按钮“和”编辑按钮
我有一个 UINavigationController 将 UiviewController 推送到它的堆栈。这个 UIViewController 有一个 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 which means I've lost my back button.
How can I have both?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想设置2个按钮作为左栏按钮项,那么检查这个
UINavigationBar中的多个UIBarButtonItems
在此链接中,有 2 个按钮设置为右栏按钮项目,您可以设置为左栏按钮项目代替右栏按钮项目。
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.