AppDelegate 中didFinishLaunchingWithOptions方法创建一个导航view

    ZBMainViewController *main=[[ZBMainViewController alloc] init];

    

    ZBBaseController *navigationcontroller=[[ZBBaseController alloc] initWithRootViewController:main];

 

 

    self.window.rootViewController=navigationcontroller;

转载于:https://www.cnblogs.com/zhibin/p/4114516.html

你可能感兴趣的:(AppDelegate 中didFinishLaunchingWithOptions方法创建一个导航view)