RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
iOS指定程序启动后初始的ViewController

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

我们提供的服务有:成都网站设计、做网站、微信公众号开发、网站优化、网站认证、馆陶ssl等。为成百上千企事业单位解决了网站和推广的问题。提供周到的售前咨询和贴心的售后服务,是有科学管理、有技术的馆陶网站制作公司

{

    // Override point for customization after application launch.

    

    self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];

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

    UIViewController *rootViewController = [storyboard instantiateViewControllerWithIdentifier:@"MainView"];

    self.window.rootViewController = rootViewController;

    

    return YES;

}


标题名称:iOS指定程序启动后初始的ViewController
本文来源:http://sczitong.cn/article/jppigs.html