ADCountryPicker
ADCountryPicker copied to clipboard
ADCountryPicker is a country picker controller for iOS8+ with an option to search. Provides country name, ISO 3166 country code, and international calling codes.
When close country picker but not dissmiss.
I want to dismiss it when I select a specific country!!
let countryName = picker.getCountryName(countryCode: "US") Its returns nil.
I couldn't find any method where I can get current country details Such as : Country code, dial code & flag.
Hello, I have used your code and trying to set Font but it is not working picker.font = UIFont(name: "Helvetica Neue", size: 15)