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
Post a Comment