I'm trying to figure out a way to 'force' the UITextField
to follow a set method. For example:
I have successfully limited it to only accept 4 characters as a max but I need it to set the 4 character limit to be first character "Numeric" second character "AlphaNumeric" Third / Fourth to be "Numeric" for example : 1Z11
I also can't figure out if you can force capitalised lettering or not like you can via ASCII or VBA.
Any help would be perfect, I have looked around but all I can only find is how to force one or the other (all numeric or all alphanumeric).
Kindest Regards Jamie
-Edit one-
I have no code for the limiting of the characters as I said above I can only find ways to limit one or the other so I have no code inputted yet (Can link to the stack posts if you want?).