Delegate
public class Delegate : NSObject, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
init(parent: MemriTextField<Value>) -
Undocumented
Declaration
Swift
var parent: MemriTextField -
Undocumented
Declaration
Swift
weak var view: MemriTextField_UIKit { get set } -
Undocumented
Declaration
Swift
public func textFieldDidBeginEditing(_ textField: UITextField) -
Undocumented
Declaration
Swift
public func textFieldDidEndEditing(_ textField: UITextField) -
Undocumented
Declaration
Swift
@objc func textFieldDidChange(_ textField: MemriTextField_UIKit) -
Undocumented
Declaration
Swift
public func textField( _: UITextField, shouldChangeCharactersIn _: NSRange, replacementString string: String ) -> Bool -
Undocumented
Declaration
Swift
public func textFieldShouldReturn(_ textField: UITextField) -> Bool
Delegate Class Reference