Open danieltigse opened 7 years ago
Hi! there's not enough info here to help debug. Could you provide some code or a sample?
i am facing same UI issue with the library. See the attached screen shots:-
Hi danieltigse,
You could put below code for your above problem..
if countryData.count > 0, let dialCode = countryData[0]["dial_code"] {
country = MICountry(name: displayName!, code: countryCode, dialCode: countryData[0]["dial_code"]!)
unsourtedCountries.append(country)
}
//else {
// country = MICountry(name: displayName!, code: countryCode, dialCode: "-")
// }
Tested on Iphone 6
After I search for a country, iPhone 6