kizitonwose / CountryPickerView

A simple, customizable view for efficiently collecting country information in iOS apps.
MIT License
505 stars 191 forks source link

iOS13 freeze UITextField when using CountryPickerView #85

Closed cyjFS closed 4 years ago

cyjFS commented 5 years ago

Update ios13, tap the UITextField with no responese. When i remove 'CountryPickerView', it's ok. I can't sure if that 'CountryPickerView' freeze UITextField in iOS13.

屏幕快照 2019-10-15 下午1 55 47
cyjFS commented 5 years ago

Update ios13, tap the UITextField with no responese. When i remove 'CountryPickerView', it's ok. I can't sure if that 'CountryPickerView' freeze UITextField in iOS13.

屏幕快照 2019-10-15 下午1 55 47

Using iOS13.1 simulator will find the problem.

neokree commented 5 years ago

@cyjFS I verified with a real device that this is not an issue of the CountryPicker, but the simulator itself. I think it can be related to the new swipe function. If you want to use it with the simulator for now activate the "Hardware -> Keyboard -> Connect Hardware Keyboard" and restart the simulator. The app will not freeze anymore

cyjFS commented 5 years ago

@cyjFS I verified with a real device that this is not an issue of the CountryPicker, but the simulator itself. I think it can be related to the new swipe function. If you want to use it with the simulator for now activate the "Hardware -> Keyboard -> Connect Hardware Keyboard" and restart the simulator. The app will not freeze anymore

Thanks for your reply, we have resolved with other ways.

Piyush-Sharma-Pandit commented 4 years ago

@cyjFS i have got same problem with the real Device. Can you please tell me the other ways to solve this. i had to use country view inside the other view than add this other view as the left view of the textField because of the monsterous size of the flag.

Piyush-Sharma-Pandit commented 4 years ago

@neokree You can also help if you want

kizitonwose commented 4 years ago

I do not have this issue unfortunately and hope everyone has sorted it out somehow. @Piyush-Sharma-Pandit If you still need help, let me know.