As the user is typing into a text field, is there a way to have the string conform to a format. So as the user is typing his string in every 5th character is proceeded by a hyphen in the UITextField that the user can see as they type.
Any help would be greatly appreciated.