Skip to content

learnwithgabbar/AJCountryPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ajay Singh Mehra
Aug 6, 2018
41958ef · Aug 6, 2018

History

43 Commits
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Aug 6, 2018
Jul 25, 2016
Aug 6, 2018

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