BPKFieldSetState

public enum BPKFieldSetState : Equatable

The state of the field set.

  • Default state.

    Declaration

    Swift

    case `default`
  • Error state Adds an errors message beneath the description or the wrapped view if no description is provided.

    Declaration

    Swift

    case error(message: String)