FUISearchStatus

public enum FUISearchStatus : String

Undocumented

  • Indicates whether the FUISearchController is active.

    Declaration

    Swift

    case initial
  • Indicates whether the searchTextField is being edited and if the value is an empty string.

    Declaration

    Swift

    case active
  • Indicates whether the searchTextField is being edited and if the value is a non-empty string value.

    Declaration

    Swift

    case typing
  • Indicates whether the user is done editing the searchTextField.

    Declaration

    Swift

    case typed