RETableViewManager icon indicating copy to clipboard operation
RETableViewManager copied to clipboard

How to change REActionBar navigationControl tint via appearance?

Open dexcell opened this issue 11 years ago • 0 comments

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

dexcell avatar Sep 11 '14 09:09 dexcell