Aurélien

Results 21 comments of Aurélien

@sirganya Same as @engmsaleh, I don't see what you mean :/

I opened it in SwiftDate.xcodeproj and no more error. Build SwiftDate-iOS on a device and you'll be able to execute the playground.

Thanks @LinusU but it seems not to be the same issue. I don't want to change my framework module name, but want to change the dependency module name. why are...

I resolved the issue installing CardIO with source files + Bridging Header

@alemohamad It's a good idea. Maybe you can make a PR about it 😇 And yes by default the countryCode copies the textColor/font attributes of the texfield.

I fixed it but I'm having an error to release it. Try with the `master` branch.

You can update now without the branch master specified. I just release it ;)

@kiritoxcii Thanks to use the lib. Are you sure that is a valid phone number ? I just tried it on https://numverify.com with +12342342344 and it seems to be an...

`FlagPhoneNumber` uses `libPhoneNumber` lib and what I know about it now, it's not possible to use a mobile phone number.

@takasurazeem Before to call `getFormattedPhoneNumber`, you have to be sure that the phone number is valid. See the [doc](https://github.com/chronotruck/FlagPhoneNumber#-fpntextfielddelegate).