FieldEditState

public enum FieldEditState

State to indicate a field’s edit state

  • The given field is never edited

    Declaration

    Swift

    case neverEdited
  • The given field is editing right now

    Declaration

    Swift

    case editing
  • The given field is edited, but not editing right now

    Declaration

    Swift

    case didEdited