StatusBarBehavior
public enum StatusBarBehavior
The animation that will apply to the status bar when the menu is revealed/hidden.
- none: Nothing will happen to the status bar.
- slide: The status bar will slide up when revealed and slide down when hidden.
- fade: The status bar will fade out when revealed and show up when hidden.
- hideOnMenu: The status bar on the side menu will be hidden (without animation), while the one the on content view will still show.
-
Undocumented
Declaration
Swift
case none
-
Undocumented
Declaration
Swift
case slide
-
Undocumented
Declaration
Swift
case fade
-
Undocumented
Declaration
Swift
case hideOnMenu