소스 검색

Fixes topBar.noBorder on iOS 10

yogevbd 6 년 전
부모
커밋
713649f44d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      lib/ios/UINavigationController+RNNOptions.m

+ 1
- 0
lib/ios/UINavigationController+RNNOptions.m 파일 보기

@@ -38,6 +38,7 @@ const NSInteger BLUR_TOPBAR_TAG = 78264802;
38 38
 	if (noBorder) {
39 39
 		self.navigationBar
40 40
 		.shadowImage = [[UIImage alloc] init];
41
+		[self.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
41 42
 	} else {
42 43
 		self.navigationBar
43 44
 		.shadowImage = nil;