storyboard

// 加载storyboard

    UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];

 // 加载箭头指向的控制器

    UIViewController *vc = [storyboard instantiateInitialViewController];

原文地址:https://www.cnblogs.com/yintingting/p/4551500.html