首页 > 代码库 > AppDelegate 中didFinishLaunchingWithOptions方法创建一个导航view

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

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

    

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

 

 

    self.window.rootViewController=navigationcontroller;

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