Classes

The following classes are available globally.

  • A UIControl that displays a UIPickerView and notifies changed selection and via UIControlEvents .valueChanged.

    See more

    Declaration

    Swift

    open class OptionPickerControl<T> : UIControl, UIPickerViewDataSource, UIPickerViewDelegate where T : OptionDescriptive
  • A text field that groups input texts with delimiters.

    See more

    Declaration

    Swift

    @IBDesignable
    open class TokenField : UIView, UITextFieldDelegate, BackspaceTextFieldDelegate