把Storyboard减轻的方法

by 伍雪颖

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

把一个storyboard分成几个模块的storyboard,太有用了

04-25 19:23