I would like to ask if it is possible to have validation constraint on my text field.
For example, my application allows users to register as new member. They are required to set a new username and password. However, they are only allow to enter 6-10 digits of characters for username and password.
So i would like to know, how can i set this constraint on xcode? Thus, my application will validate the data that is entered and then return with an alert box or proceed to the next step.
Thank you so much in advance.