把Storyboard减轻的方法

把Storyboard减轻的方法

by 伍雪颖

UIViewController *secondStoryboard = [[UIStoryboard storyboardWithName:@"secondStoryboard" bundle:nil] instantiateInitialViewController];
[self.navigationController pushViewController:secondStoryboard animated:YES];

把一个storyboard分成几个模块的storyboard,太有用了
原文地址:https://www.cnblogs.com/lcchuguo/p/5233942.html