How to do an action when Typing occured in UITextField ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First set your UITextField’s delegate to your class.
If you want to call an event as soon as user types anything implement this method,
If you want somthing other than this, you have few more delegates.
There are few delegates that are invoked automatically…
In any of the method call your action.
Find suitable for you.. here