Skip to content

Commit 637e041

Browse files
author
Nikolay Morev
committed
Recent SDK requires setting rootViewController
1 parent 23b7111 commit 637e041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests-ios/AppDelegate.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2323
self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];
2424
// Override point for customization after application launch.
2525
self.window.backgroundColor = [UIColor whiteColor];
26+
self.window.rootViewController = [[UIViewController alloc] init];
2627
[self.window makeKeyAndVisible];
2728

2829
testAll();

0 commit comments

Comments
 (0)