소스 검색

Fix external components layout

yogevbd 5 년 전
부모
커밋
196118186f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      lib/ios/RNNExternalViewController.m

+ 1
- 1
lib/ios/RNNExternalViewController.m 파일 보기

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