查找navigationController推出来的页面中指定的controller
for (UIViewController *curVC in [self.navigationController viewControllers])
//操作目标VC
本文将介绍如何在iOS应用中通过遍历导航控制器的视图控制器数组来查找特定UIViewController实例的方法。
查找navigationController推出来的页面中指定的controller
for (UIViewController *curVC in [self.navigationController viewControllers])
//操作目标VC

被折叠的 条评论
为什么被折叠?