RETableViewManager
RETableViewManager copied to clipboard
How to change REActionBar navigationControl tint via appearance?
I dig the source code and i found this in REActionBar.m file
self.navigationControl.tintColor = self.tintColor;
However when i change the REActionBar tint color via appearance such as code below it doesn't work.
[REActionBar appearance].tintColor = [UIColor redColor];
Please help Thank you