I have a tableview where the last row is UITextField and where the user is supposed to type a first and last name.
What I would like to do is to remove or restrict any whitespace before the first name (first word). Next, I would like to allow the user to use whitespace. How can I do that?
Thank you in advance.