瀏覽代碼

fixed buttons text attributes revert on press

yogevbd 7 年之前
父節點
當前提交
989fb6ad18
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      ios/RCCNavigationController.m

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

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