@available(iOS 9.0, *) public class MultiLineField: UITextView
UITextView
, UITextViewDelegate
public typealias WillValueChangeHandler = (_ sender: UITextView, _ newValue: String, _ input: String) -> Bool
public typealias DidValueChangeHandler = (String) -> Void
public init(value: String, keyboardType type: UIKeyboardType)
@discardableResult public func willInputUpdateHandler(_ willInputUpdateHandler: @escaping WillValueChangeHandler) -> Self
@discardableResult public func inputHandler(_ inputHandler: @escaping DidValueChangeHandler) -> Self
public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool
public func textViewDidChange(_ textView: UITextView)