You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a problem in [VMaskEditor shouldChangeCharactersInRange:replacementString:textField:mask]. In that method the textField.text value is set manually on code. When this happens the UIControlEventEditingChanged event is not trigered.
A solution is to paste the following line of code just next to the places where the textField is set in that method:
@viniciusmo , any ideas, why textField add target not working!
The text was updated successfully, but these errors were encountered: