Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.22 KB

UXPhoneNumberInput

[![CI Status](http://img.shields.io/travis/Eddie Lau/UXPhoneNumberInput.svg?style=flat)](https://travis-ci.org/Eddie Lau/UXPhoneNumberInput) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Demo

[Screenshot

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, eddie@touchutility.com

License

UXPhoneNumberInput is available under the MIT license. See the LICENSE file for more info.