Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在导航控制器堆栈中有一些视图控制器,因此我想删除除父控制器之外的所有视图控制器。删除导航控制器中所有视图控制器的最佳方法是什么?
谢谢。
采用[[self navigationController] popToRootViewControllerAnimated:YES];
[[self navigationController] popToRootViewControllerAnimated:YES];
它应该rootviewcontroller立即移动。
rootviewcontroller