markohlebar / BIND

Data Binding and MVVM for iOS
MIT License
354 stars 48 forks source link

fix for issue #9. Added binding for UITextField's EditingChanged event. #10

Closed benvium closed 9 years ago

benvium commented 9 years ago

Bind to textField.onEditingChanged property to bind the property each time a character is typed. Uses the UIControlEventEditingChanged control event.

markohlebar commented 9 years ago

@benvium that looks good, thanks!