objective c - Hiding, then showing status bar loses background - iOS 7 -
objective c - Hiding, then showing status bar loses background - iOS 7 -
i presenting view controller visible status bar view controller hidden status bar, dismissing it. upon dismissing, status bar doesn't have navigation bar's background color anymore - it's transparent.
i'm using view controller-based status bar appearance - no
, hiding , showing navigation bar in each view controller with:
- (bool)prefersstatusbarhidden{}
i believe problem lies navigation bar not resizing correctly when status bar comes back.
this issue prevalent on ios 7.0 , 7.1.
ios objective-c uistatusbar
Comments
Post a Comment