i have uitabbarcontroller has embedded uinavigationcontrollers. status bar showing on of these embedded controllers. tab bar, present full-screen sign-in modal has status bar hidden. after dismissing modal view controller, there glitchy-looking animations (the navigation bar shifts down height of status bar animates in, leaving content underneath navigation bar. content pops out beneath nav bar).
i'm using view-controller based status bar appearance. glitches seem occur in ios 8.4 (and fine in 8.2).
i had same issue , solve set view controller-based status bar appearance no in info.plist , used
uiapplication.sharedapplication().setstatusbarhidden(true, withanimation: uistatusbaranimation.none) to hide , show status bar
Comments
Post a Comment