Skip to content

AJCountryPicker is a country picker controller for iOS8+ with an option to search

License

Notifications You must be signed in to change notification settings

learnwithgabbar/AJCountryPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AJCountryPicker

AJCountryPicker is library to pick country code and flag written in Swift. Language License: MIT

Features

  • Country Flag
  • Country Code
  • Country Calling Code
  • Country Name
  • Colusres to pick country

Installation

Copy Paste Files on project... Pod is coming soon

Basic usage ✨

let countryPicker = AJCountryPicker()
countryPicker.showSearchBar = true
countryPicker.customCountriesCodes = ["IN", "US"]
countryPicker.showCallingCodes = true
countryPicker.country = {
print("Selected Country Name =====> ", $0.name)
print("Selected Country ISO Code =====> ", $0.ISOCode)
print("Selected Country Calling Code =====> ", $0.callingCode)

}
self.navigationController?.pushViewController(countryPicker, animated: true)

License

AJCountryPicker is released under the MIT license. See LICENSE for details.

About

AJCountryPicker is a country picker controller for iOS8+ with an option to search

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages