- 简单两句
Main
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
进来的箭头
UIViewController *vc = [storyboard instantiateInitialViewController];
Main
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
进来的箭头
UIViewController *vc = [storyboard instantiateInitialViewController];
本文标题:iOS 返回 storyBoard 的 VC 界面方法
本文链接:https://www.haomeiwen.com/subject/giundttx.html
网友评论