navigationController返回

来源:互联网 发布:吐槽 程序员男友 编辑:程序博客网 时间:2024/05/17 07:33

回到上一级目录

[self.navigationController popViewControlleranimated:YES];


选择回到哪一级目录

[self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:0] animated:YES];


选择回到根基视图的话也可以这样:
[self.navigationController popToRootViewControllerAnimated:YES]
原创粉丝点击