瀏覽代碼

Fixes topBar.noBorder on iOS 10

yogevbd 7 年之前
父節點
當前提交
713649f44d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      lib/ios/UINavigationController+RNNOptions.m

+ 1
- 0
lib/ios/UINavigationController+RNNOptions.m 查看文件

38
 	if (noBorder) {
38
 	if (noBorder) {
39
 		self.navigationBar
39
 		self.navigationBar
40
 		.shadowImage = [[UIImage alloc] init];
40
 		.shadowImage = [[UIImage alloc] init];
41
+		[self.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
41
 	} else {
42
 	} else {
42
 		self.navigationBar
43
 		self.navigationBar
43
 		.shadowImage = nil;
44
 		.shadowImage = nil;