TextField
public class TextField : UITextField
extension TextField: UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
public typealias WillValueChangeHandler = (_ sender: UITextField, _ newValue: String, _ input: String) -> Bool
-
Undocumented
Declaration
Swift
public typealias DidValueChangeHandler = (String) -> Void
-
Undocumented
Declaration
Swift
public init( value: String, placeholder: String, keyboardType type: UIKeyboardType )
-
Undocumented
Declaration
Swift
@discardableResult public func willInputUpdateHandler(_ willInputUpdateHandler: @escaping WillValueChangeHandler) -> Self
-
Undocumented
Declaration
Swift
@discardableResult public func inputHandler(_ inputHandler: @escaping DidValueChangeHandler) -> Self
-
Undocumented
Declaration
Swift
public func textField( _ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String ) -> Bool