深入了解一些页面后,转到UINavigationController的最开头

Sha*_*ief 2 iphone button back uinavigationcontroller

我想要UINavigationController在深入几页之后开始.如果我尝试以下代码,它将只返回一个视图.

[self.navigationController popViewControllerAnimated:YES];

我想在右上方的"取消"按钮上执行此操作.

Bra*_*nar 17

[self.navigationController popToRootViewControllerAnimated:YES];
Run Code Online (Sandbox Code Playgroud)