chronotruck / FlagPhoneNumber

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

stop editing countryTextField #34

Closed PassantAbdelatif closed 6 years ago

PassantAbdelatif commented 6 years ago

when touch country text field at any place i expected to got countrypicker opened directly ,but i found that text field can be editing and i want to stop text field editing and make action not on flag only on text and flag image

forTJ555 commented 6 years ago

facing same issue, i faced this when use it in scroll view. its working perfect in view but get issue while using in scroll view. it always show country picker even when not click on flag

grifas commented 6 years ago

It's because the scrollView's delays content touch is active. You can uncheck it on storyboard in Attribute Inspector or programmatically UIScrollView().delaysContentTouches = false.

forTJ555 commented 6 years ago

thanks buddy now its working perfect :)