Latest | 1.0.0 |
---|---|
Homepage | https://github.com/eddy-lau/UXPhoneNumberInput |
License | MIT |
Platforms | ios 8.3 |
Dependencies | PhoneNumberKit, AJCountryPicker2 |
Authors |
[](https://travis-ci.org/Eddie Lau/UXPhoneNumberInput)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Demo
[
Usage
let phoneInputVC = UXPhoneNumberInputViewController.instantiate()
phoneInputVC.done { phoneNumber in
print(phoneNumber)
}
Requirements
Xcode 8, Swift 3, iOS 8
Installation
UXPhoneNumberInput is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "UXPhoneNumberInput"
Author
Eddie Lau, [email protected]
License
UXPhoneNumberInput is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "UXPhoneNumberInput", "version": "1.0.0", "summary": "UXPhoneNumberInput is a view controller for inputting phone number", "description": "UXPhoneNumberInput is a view controller for inputting phone number. It support country code selection and detection, also can format the phone number according to the selected country.nThis view controller is useful for app that requires user's phone number for login, SMS verification, etc.", "homepage": "https://github.com/eddy-lau/UXPhoneNumberInput", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Eddie Lau": "[email protected]" }, "source": { "git": "https://github.com/eddy-lau/UXPhoneNumberInput.git", "tag": "1.0.0" }, "platforms": { "ios": "8.3" }, "source_files": "UXPhoneNumberInput/Classes/**/*", "resource_bundles": { "UXPhoneNumberInput": [ "UXPhoneNumberInput/Resources/**/*.{storyboard,png,xcassets}" ] }, "dependencies": { "PhoneNumberKit": [ "~> 1.2" ], "AJCountryPicker2": [ "~> 2.0" ] }, "pushed_with_swift_version": "3.0" }
Thu, 16 Feb 2017 15:40:13 +0000