We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b02aa8 commit bff9f45Copy full SHA for bff9f45
examples/iOS/SimpleImageFilter/SimpleImageFilter/SimpleImageAppDelegate.m
@@ -11,7 +11,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
11
self.window.backgroundColor = [UIColor whiteColor];
12
13
rootViewController = [[SimpleImageViewController alloc] initWithNibName:nil bundle:nil];
14
- [self.window addSubview:rootViewController.view];
+ [self.window setRootViewController:rootViewController];
15
16
[self.window makeKeyAndVisible];
17
return YES;
0 commit comments