I have a TextField object where the user enters in a phone number. Currently, it looks like normal numbers and I want it to look like a phone format, so (xxx) xxx-xxxx. I tried out by changing the Content Type of the TextField in the Storyboard to "Telephone number", but it didn't help.
Is there any helper function or code that I can use to format the integers in a textfield to look like a phone number (as the user types the numbers)?