Explorar el Código

Fix black/transparent background issue (#4896)

Kaden Wilkinson hace 5 años
padre
commit
0e8880da72
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      lib/ios/RNNCustomViewController.m

+ 2
- 1
lib/ios/RNNCustomViewController.m Ver fichero

@@ -13,7 +13,8 @@
13 13
 
14 14
 - (void)viewDidLoad {
15 15
     [super viewDidLoad];
16
-	[self addTestLabel];
16
+    [self addTestLabel];
17
+    [[self view] setBackgroundColor:UIColor.whiteColor];
17 18
 }
18 19
 
19 20
 - (void)addTestLabel {