chronotruck / FlagPhoneNumber

A formatted phone number UITextField with country flag picker.
Apache License 2.0
437 stars 317 forks source link

layout Out text and Leftview over each other in Xcode 11 #130

Open Xcode09 opened 5 years ago

Xcode09 commented 5 years ago

Describe the bug LeftView of UItextFiled and text label is over each when compile with Xcode 11 and swift 5.1

Expected behavior When i compile FlagPhoneNumber with xcode 11 and swift 5.1 , i faced some layout issues.

Screenshots WhatsApp Image 2019-10-04 at 8 39 35 PM

FlagPhoneNumber

mehulparmar4ever commented 5 years ago

Same issue with me

@Xcode09

Do you find any solution?

grifas commented 5 years ago

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

mehulparmar4ever commented 5 years ago

Thanks, It's working now. @grifas

grifas commented 5 years ago

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

mehulparmar4ever commented 5 years ago

@grifas

Can you please help me? How can I add space between country code and phone number? Many thanks.

Screenshot 2019-10-07 at 3 49 58 PM

See screenshot

Xcode09 commented 5 years ago

Update to 0.7.7 will solved the layout issues.Thanks

Sent from my iPhone

On 07-Oct-2019, at 2:28 PM, Mehul Parmar notifications@github.com wrote:

 Same issue with me

@Xcode09 ANy solution brother.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

kingsofteng commented 5 years ago

image

The first one is the UITextField, and the second one is the UIView.