Browse Source

fixed buttons text attributes revert on press

yogevbd 6 years ago
parent
commit
989fb6ad18
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ios/RCCNavigationController.m

+ 1
- 0
ios/RCCNavigationController.m View File

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) {