[](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, eddie@touchutility.com
UXPhoneNumberInput is available under the MIT license. See the LICENSE file for more info.
