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 c3428a8 commit 958186cCopy full SHA for 958186c
templates/HelloWorld/ios/HelloWorld/AppDelegate.m
@@ -22,7 +22,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
22
moduleName:@"HelloWorld"
23
initialProperties:nil
24
launchOptions:launchOptions];
25
- rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
+ rootView.backgroundColor = [UIColor blackColor];
26
27
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
28
UIViewController *rootViewController = [UIViewController new];
0 commit comments