yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

adding navBarColor to CLImageEditorTheme #157

Closed randarnold closed 7 years ago

yackle commented 7 years ago

Thank you for your suggestion. But I think navigationbarstyle is better to set by UIAppearance for of the uniformity of other controls, as below:

[[UINavigationBar appearance] setBarTintColor:[UIColor orangeColor]];
[[UINavigationBar appearance] setTranslucent:NO];