PagingDotState

enum PagingDotState

The size state for the PagingDot

Subspec: Views/InfinityPageControl

  • large: Large.
  • medium: Medium.
  • small: Small.
  • hidden: Hidden.
  • Undocumented

    Declaration

    Swift

    case large
  • Undocumented

    Declaration

    Swift

    case medium
  • Undocumented

    Declaration

    Swift

    case small
  • Undocumented

    Declaration

    Swift

    case hidden
  • All size states.

    Declaration

    Swift

    static var states: [PagingDotState] { get }
  • Previous state.

    Declaration

    Swift

    func previousState() -> PagingDotState

    Return Value

    Previous dot state or current one if no previous state.

  • Next state.

    Declaration

    Swift

    func nextState() -> PagingDotState

    Return Value

    Next dot state or current one if no next state.