Browse Source

iOS - add disabledBackGesture (#872)

Ran 7 years ago
parent
commit
28014d6578
2 changed files with 486 additions and 477 deletions
  1. 1
    0
      ios/RCCNavigationController.m
  2. 485
    477
      ios/RCCViewController.m

+ 1
- 0
ios/RCCNavigationController.m View File

88
       [mergedStyle removeObjectForKey:@"statusBarHideWithNavBar"];
88
       [mergedStyle removeObjectForKey:@"statusBarHideWithNavBar"];
89
       [mergedStyle removeObjectForKey:@"autoAdjustScrollViewInsets"];
89
       [mergedStyle removeObjectForKey:@"autoAdjustScrollViewInsets"];
90
       [mergedStyle removeObjectForKey:@"statusBarTextColorSchemeSingleScreen"];
90
       [mergedStyle removeObjectForKey:@"statusBarTextColorSchemeSingleScreen"];
91
+      [mergedStyle removeObjectForKey:@"disabledBackGesture"];
91
       
92
       
92
       [mergedStyle addEntriesFromDictionary:navigatorStyle];
93
       [mergedStyle addEntriesFromDictionary:navigatorStyle];
93
       navigatorStyle = mergedStyle;
94
       navigatorStyle = mergedStyle;

+ 485
- 477
ios/RCCViewController.m
File diff suppressed because it is too large
View File