标签: objective-c uitableview
我应该阻止按钮直到他没有按下完成吗?
我该如何处理?
答案 0 :(得分:0)
如果你有self.navigationItem.leftBarButtonItem编辑按钮,那么它将隐藏后退按钮,你的用户将无法抢先弹出导航堆栈。所以我认为你已经设置好 - 只需将完成按钮连接到[self.navigationController popViewControllerAnimated:YES]。
self.navigationItem.leftBarButtonItem
[self.navigationController popViewControllerAnimated:YES]