Ver código fonte

Fix black/transparent background issue (#4896)

Kaden Wilkinson 6 anos atrás
pai
commit
0e8880da72
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      lib/ios/RNNCustomViewController.m

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

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