-
-
Notifications
You must be signed in to change notification settings - Fork 29
Country Picker Dialog
Harsh B. Bhakta edited this page Jul 2, 2020
·
6 revisions
For some reason, if you don't want to use default Country Picker View and want to launch dialog on your own. You can use extension function to launch the dialog.
-
Default dialog:
context.launchCountryPickerDialog { selectedCountry -> // todo: you code based on selected country }