iOS 返回 storyBoard 的 VC 界面方法

  • 简单两句
Main
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
进来的箭头
 UIViewController *vc = [storyboard instantiateInitialViewController];

你可能感兴趣的:(iOS 返回 storyBoard 的 VC 界面方法)