RMPhoneFormat icon indicating copy to clipboard operation
RMPhoneFormat copied to clipboard

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.

Results 17 RMPhoneFormat issues
Sort by recently updated
recently updated
newest added

I can't find the .dat file on this path: [/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppSupport.framework](url) So, I am unable to run the project as there is no AppSupport.framework on this path. ![screen shot 2017-11-01 at...

i just downloaded the project and whenever i tries to run it says missing the dat file and it crashes. badly need help.

PhoneFormats.dat is issing in clone

Hi, I'm glad I found this little utility of yours, am impressed by the "on-the-fly" formatting, but am having some issues with phone number validation for some countries. My initial...

Hi Rick, The lib is awesome. But what I am concerning is would apple reject the app because of the using of .dat file? Thanks so much, Zixiao

I tried to validate/format the Austrian number +43 7226 3180. The formatting is as in the Contacts App. But the RMPhoneFormat tells me, that the number is invalid. ![ios simulator...

- Running this function on country codes from [NSLocale ISOCountryCodes] - I suspect the Default.phoneformat file could be missing something? I am getting the file from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AppSupport.framework/ ``` RMPhoneFormat *format...

I tried to validate/format the Indian number (ex: +91 7702227774, +91 9966496003). But the formatting is not as in the Contacts App and also the RMPhoneFormat tells me, that the...

With this you can support CocoaPods. The only thing a developer would need to do is add the PhoneFormats.dat to their project.

I am trying to achieve UITextField with formatted phone number while user input progress. My algo: 1) Get only digits from phone field 2) Format digits as phone number 3)...