iOS开发-小技能

iOS开发更改navigationController的root

2019-09-25  本文已影响0人  第一梯队利群
NSMutableArray *controllers = [NSMutableArray arrayWithArray:self.navigationController.viewControllers];
controllers[0] = [[RegisterViewController alloc] init];
[self.navigationController setViewControllers:controllers]; 
上一篇 下一篇

猜你喜欢

热点阅读