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

Cast of two variables to avoid warnings #20

Closed lferro9000 closed 8 years ago

lferro9000 commented 8 years ago

On xcode 7, those two lines will generate warnings of size trimming (which in this case is not an issue).

Forced cast inserted to remove the warnings.

lferro9000 commented 8 years ago

Duplicated.