Protocols

The following protocols are available globally.

  • EntryFieldDelegate protocol. Forwards all UITextView delegate methods.

    See more

    Declaration

    Swift

    @objc
    public protocol AreaFieldDelegate : AnyObject
  • PickerFieldDelegate protocol. Forwards editing state changes and content changes.

    See more

    Declaration

    Swift

    @objc
    public protocol DateFieldDelegate : AnyObject
  • EntryFieldDelegate protocol. Forwards UITextField delegate methods.

    See more

    Declaration

    Swift

    @objc
    public protocol EntryFieldDelegate : AnyObject
  • PickerFieldDelegate protocol. Forwards editing state changes and content changes.

    See more

    Declaration

    Swift

    @objc
    public protocol PickerFieldDelegate : AnyObject