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