rmaddy / RMPhoneFormat

RMPhoneFormat provides a simple to use class for formatting phone numbers in iOS apps. The formatting should replicate what you would see in the Contacts app for the same phone number.
266 stars 61 forks source link

Add method for formatting (possibly regional) phone numbers in an "absolute" international way. #6

Open taylorhughes opened 11 years ago

taylorhughes commented 11 years ago

Need this for the project I'm working on -- you enter 555-555-5555 and I actually want +15555555555 to send to the backend server so we can send a text message. Similarly if you're on a phone in Spain it should return +34555555555 for "555-555-555".

Let me know what you think ... happy to adjust the naming / whatever.

alexandreroche commented 10 years ago

This is great. Would love to see this pulled in.

sogko commented 10 years ago

+1 for pull