瀏覽代碼

fix bottomTab style

yogevbd 6 年之前
父節點
當前提交
845c80a3f6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/ios/RNNRootViewController.m

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

261
 }
261
 }
262
 
262
 
263
 -(void)applyTabBarItem {
263
 -(void)applyTabBarItem {
264
+	[self.options.bottomTab mergeOptions:((RNNNavigationOptions *)self.options.defaultOptions).bottomTab overrideOptions:NO];
264
 	[self.options.bottomTab applyOn:self];
265
 	[self.options.bottomTab applyOn:self];
265
 }
266
 }
266
 
267