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://ybzwz.com/article/jppigs.html