我只是想知道如何以编程方式在 navigationController 堆栈中导航?
我熟悉的方法:
[self.navigationController popToRootViewControllerAnimated:YES];
也:
[self.navigationController popViewControllerAnimated:YES];
但是可以以编程方式转到我的导航控制器中的任何视图控制器吗?
请看我的照片:
http://s18.postimage.org/iq1l4f721/test_xcodeproj_Main_Storyboard_storyboard.jpg?
我知道我可以使用情节提要转到任何视图,但我认为这会不断将新视图推入堆栈并最终(理论上)我会遇到问题,这是否正确?
谢谢
卡尔。