标签: iphone objective-c
如何以编程方式调用UINavigationBar中的后退按钮?
答案 0 :(得分:3)
从您的视图控制器中,只需致电:
[self.navigationController popViewControllerAnimated:YES]