mobven / CountryPicker

Country Picker with unicode flags and country codes.
MIT License
66 stars 19 forks source link

Feature Request: Multiple 'selectedCountry' #25

Closed th-mustache-dk closed 10 months ago

th-mustache-dk commented 1 year ago

Reuquest for a feature where a specified list of countries was on the top of list.

fx

let countryPicker = CountryPickerViewController()
countryPicker.preferedCountries = ["DK", "SE", "NO"]
Rashidium commented 1 year ago

Have you tried writing your own comparator through CountryManager.shared.config.countriesSortingComparisonResult?