ソースを参照

Fix external components layout

yogevbd 5 年 前
コミット
196118186f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      lib/ios/RNNExternalViewController.m

+ 1
- 1
lib/ios/RNNExternalViewController.m ファイルの表示

22
 }
22
 }
23
 
23
 
24
 - (void)loadView {
24
 - (void)loadView {
25
-	self.view = [UIView new];
25
+	self.view = [[UIView alloc] initWithFrame:UIScreen.mainScreen.bounds];
26
 }
26
 }
27
 
27
 
28
 - (void)render {
28
 - (void)render {