[![CI Status](http://img.shields.io/travis/Eddie Lau/UXPhoneNumberInput.svg?style=flat)](https://travis-ci.org/Eddie Lau/UXPhoneNumberInput)
To run the example project, clone the repo, and run pod install
from the Example directory first.
let phoneInputVC = UXPhoneNumberInputViewController.instantiate()
phoneInputVC.done { phoneNumber in
print(phoneNumber)
}
Xcode 8, Swift 3, iOS 8
UXPhoneNumberInput is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "UXPhoneNumberInput"
Eddie Lau, [email protected]
UXPhoneNumberInput is available under the MIT license. See the LICENSE file for more info.