iOS 返回 storyBoard 的 VC 界面方法
2016-06-22 本文已影响46人
骑行怪状
- 简单两句
Main
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
进来的箭头
UIViewController *vc = [storyboard instantiateInitialViewController];
Main
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
进来的箭头
UIViewController *vc = [storyboard instantiateInitialViewController];