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];

原文地址:https://www.cnblogs.com/shenlaiyaoshi/p/8607637.html