DEV Community

Exaland App
Exaland App

Posted on

EXACountryPicker is a country picker controller for iOS13+ with an option to search

EXACountryPicker

EXACountryPicker is a country picker controller for iOS13+ with an option to search. The list of countries is based on the ISO 3166 country code standard (http://en.wikipedia.org/wiki/ISO_3166-1). Also and the library includes a set of 250 public domain flag images.

The picker provides:

Country Names
Country codes - ISO 3166
International Dialing Codes
Flags
New (Design + β€œSmart” features)

CocoaPods Installation

use_frameworks!
pod 'EXACountryPicker', '~> 1.0.3'

Via Package.swift:
Add the following to your Package.swift file:

dependencies: [
.package(url: "https://github.com/exaland/EXACountryPicker.git", from: "1.0.3")
]

Top comments (0)