Direction

enum Direction

The direction where the dropdown will show from the anchorView.

  • any

    The dropdown will show below the anchor view when possible, otherwise above if there is more place than below.

    Declaration

    Swift

    case any
  • top

    The dropdown will show above the anchor view or will not be showed if not enough space.

    Declaration

    Swift

    case top
  • The dropdown will show below or will not be showed if not enough space.

    Declaration

    Swift

    case bottom