Quellcode durchsuchen

fixed buttons text attributes revert on press

yogevbd vor 8 Jahren
Ursprung
Commit
989fb6ad18
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      ios/RCCNavigationController.m

+ 1
- 0
ios/RCCNavigationController.m Datei anzeigen

397
       NSMutableDictionary *buttonTextAttributes = [RCTHelpers textAttributesFromDictionary:button withPrefix:@"button"];
397
       NSMutableDictionary *buttonTextAttributes = [RCTHelpers textAttributesFromDictionary:button withPrefix:@"button"];
398
       if (buttonTextAttributes.allKeys.count > 0) {
398
       if (buttonTextAttributes.allKeys.count > 0) {
399
         [barButtonItem setTitleTextAttributes:buttonTextAttributes forState:UIControlStateNormal];
399
         [barButtonItem setTitleTextAttributes:buttonTextAttributes forState:UIControlStateNormal];
400
+        [barButtonItem setTitleTextAttributes:buttonTextAttributes forState:UIControlStateHighlighted];
400
       }
401
       }
401
     }
402
     }
402
     else if (component) {
403
     else if (component) {