Browse Source

Fix black/transparent background issue (#4896)

Kaden Wilkinson 5 years ago
parent
commit
0e8880da72
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      lib/ios/RNNCustomViewController.m

+ 2
- 1
lib/ios/RNNCustomViewController.m View File

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 {