Skip to content

umino/IPAddressKeyboard

Repository files navigation

IPAddressKeyboard

================== IPAddress keyboard is a library to display a keyboard that specializes in the input of the only IP Address for UITextField / UITextView.

CI Status Version License Platform

iPhone screenshot iPad screenshot

Example

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

Installation

IPAddressKeyboard is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "IPAddressKeyboard"

USAGE


let ipkeyboard = IPAddressKeyboard()
ipkeyboard.activeTextField = ipTextField
ipTextField.inputView = ipkeyboard

Author


IPAddress keyboard was written by M.Toshima.

License


IPAddressKeyboard is available under the Apache License 2.0. See the LICENSE file for more info.