UIStoryboard *sb = [UIStoryboard storyboardWithName:<#(NSString *)#> bundle:nil];//string 是 storyboard的名字 UIViewController *VC = [sb instantiateViewControllerWithIdentifier:<#(NSString *)#>];在storyboard中某个控制器中设置的Identifier