Ver código fonte

iOS - add disabledBackGesture (#872)

Ran 7 anos atrás
pai
commit
28014d6578
2 arquivos alterados com 486 adições e 477 exclusões
  1. 1
    0
      ios/RCCNavigationController.m
  2. 485
    477
      ios/RCCViewController.m

+ 1
- 0
ios/RCCNavigationController.m Ver arquivo

@@ -88,6 +88,7 @@ NSString const *CALLBACK_ASSOCIATED_ID = @"RCCNavigationController.CALLBACK_ASSO
88 88
       [mergedStyle removeObjectForKey:@"statusBarHideWithNavBar"];
89 89
       [mergedStyle removeObjectForKey:@"autoAdjustScrollViewInsets"];
90 90
       [mergedStyle removeObjectForKey:@"statusBarTextColorSchemeSingleScreen"];
91
+      [mergedStyle removeObjectForKey:@"disabledBackGesture"];
91 92
       
92 93
       [mergedStyle addEntriesFromDictionary:navigatorStyle];
93 94
       navigatorStyle = mergedStyle;

+ 485
- 477
ios/RCCViewController.m
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo