ListPickerSearchBarDisplayMode

public enum ListPickerSearchBarDisplayMode

Display mode for the search bar in ListPickerDestination.

  • The search bar is hidden until the user scrolls. This is the default behavior.

    Declaration

    Swift

    case automatic
  • The search bar is always visible.

    Declaration

    Swift

    case always