Closed th-mustache-dk closed 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"]
Have you tried writing your own comparator through CountryManager.shared.config.countriesSortingComparisonResult?
CountryManager.shared.config.countriesSortingComparisonResult
Reuquest for a feature where a specified list of countries was on the top of list.
fx