Classes
The following classes are available globally.
-
A customized keyboard accessory view with a dismiss button.
See moreDeclaration
Swift
@IBDesignable open class KeyboardDismissAccessoryView : UIView
-
A text field that has a button to dismiss keyboard on the input accessory view.
See moreDeclaration
Swift
@IBDesignable open class KeyboardDismissTextField : UITextField
-
A
See moreUIControl
that displays aUIPickerView
and notifies changed selection and viaUIControlEvents
.valueChanged
.Declaration
Swift
open class OptionPickerControl<T> : UIControl, UIPickerViewDataSource, UIPickerViewDelegate where T : OptionDescriptive
-
A text field that groups input texts with delimiters.
See moreDeclaration
Swift
@IBDesignable open class TokenField : UIView, UITextFieldDelegate, BackspaceTextFieldDelegate