1.问题说明
下载的Demo,运行时报错
“Application windows are expected to have a root view controller at the end of application launch” error when running a project with Xcode 7, iOS 9
2.问题解决
self.window.rootViewController = [UIViewController new];
1.问题说明
下载的Demo,运行时报错
“Application windows are expected to have a root view controller at the end of application launch” error when running a project with Xcode 7, iOS 9
2.问题解决
self.window.rootViewController = [UIViewController new];