StatusBarBehavior

@available(iOS, deprecated: 13.0, message: "Status bar animation not longer work after iOS 13")
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.