ios - preferredStatusBarStyle and presentModalView Controllers -


@implementation uiviewcontroller (preferredstatusbar) -(uistatusbarstyle) preferredstatusbarstyle {     return uistatusbarstylelightcontent; } @end 

i made category controllers implements attribute, uistatusbarstylelightcontent can change during application.

everything works fine except modal controllers. ignore status bar style.

i imagine loading modal view controller uinavigationcontroller. haven't provided enough information sure.

if case need override method preferredstatusbarstyle uinavigationcontroller well.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -