BottomBarAnimation

public enum BottomBarAnimation

The animation options that can be returned by the preferredBottomBarUpdateAnimation variable.

  • The bottom bar slides in or out as it is shown or hidden, respectively.

    Declaration

    Swift

    case slide
  • Perform no animation.

    Declaration

    Swift

    case none