ios -完全实现代码设置 Could not find a storyboard named 'Main' in bundle NSBundle

 

 

 

   UIWindow *windows = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];

    windows.backgroundColor = [UIColor whiteColor];

    self.window = windows;

 

 

        windows.rootViewController = [[MainTaBarVc alloc]init];

posted @ 2018-03-20 10:16  神来钥匙-陈诗友  阅读(2666)  评论(0编辑  收藏  举报