This is my first attempt to make an ios app.
I\'m using people picker to ask the user for a phone number, but when it retrieves with the code below, my NSStrin
I think there are ways to solve this:
textField:shouldChangeCharactersInRange:replacementString:
method,
check the replacement string if it is in the range of 0-9.Hope helps.