Dear guys
What I'm trying to do:
1. check input text in a UITextField control.
2. if the input text is not in a correct form, correct it and reassign it to the UITextField.
The problem is:
when I assigned a new text into the UITextField in the 'editing changed' event handler, a new 'editing changed' event occurs and the event handler gets called infinite times.
My question is:
What is the proper way to achieve what I want?
Thanks in advance