Method: UITextField_Delegate#on_change_callback
- Defined in:
- lib/formotion/patch/ui_text_field.rb
#on_change_callback ⇒ Object
Called from [textField addTarget:block
action:'call'
forControlEvents:UIControlEventEditingChanged],
NOT a UITextFieldDelegate method.
98 99 100 |
# File 'lib/formotion/patch/ui_text_field.rb', line 98 def on_change_callback @on_change_callback end |