ADCountryPicker
ADCountryPicker copied to clipboard
sometimes return nil
trafficstars
the library works great but i must recommend you about functions below:
picker.getDialCode picker.getCountryName picker.getFlag
it always returns nil right after United State is selected. i think you should change:
if countries.count == 1 => if countries.count >= 1
Please update the library soon :)
I can confirm this bug. When the code is US the following is the result:

is this issue resolved?
is this issue resolved?
Not AFAIK, I made a fork to fix this and do some other updates for our client's application.
Facing the same issue.