yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

Can't change Status bar color to light content? #104

Closed Rjmaurya13 closed 9 years ago

Rjmaurya13 commented 9 years ago

I want to change status bar color to light content but it doesn't chnage.

yackle commented 9 years ago

How about http://stackoverflow.com/a/18184831

yackle commented 9 years ago

Or check out develop branch, and try

[[CLImageEditorTheme theme] setStatusBarStyle:UIStatusBarStyleLightContent];
Rjmaurya13 commented 9 years ago

Thanks. I am using a custom navigation bar to change left and right button image. On every new launch status will not change to light content. After coming back from sub tool will update status bar to light content and after that remain same.

yackle commented 9 years ago

Sorry, I cannot understand what is the real issue. What did you tried?