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