MultiLineField
public class MultiLineField : UITextView
extension MultiLineField: UITextViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
public typealias WillValueChangeHandler = (_ sender: UITextView, _ newValue: String, _ input: String) -> Bool -
Undocumented
Declaration
Swift
public typealias DidValueChangeHandler = (String) -> Void -
Undocumented
Declaration
Swift
public init(value: 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 textView( _ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String ) -> Bool -
Undocumented
Declaration
Swift
public func textViewDidChange(_ textView: UITextView)
View on GitHub
MultiLineField Class Reference