Latest | 0.1.0 |
---|---|
Homepage | https://github.com/umino/IPAddressKeyboard |
License | APL2 |
Platforms | ios 8.0 |
Authors |
==================
IPAddress keyboard is a library to display a keyboard that specializes in the input of the only IP Address for UITextField / UITextView.
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.
Latest podspec
{ "name": "IPAddressKeyboard", "version": "0.1.0", "summary": "iPhone/iPad Custom keyboard for IP Address only.", "description": "IPAddress keyboard is a library to display a keyboard that specializes in the input of the only IP Address for UITextField / UITextView.", "homepage": "https://github.com/umino/IPAddressKeyboard", "license": { "type": "APL2", "file": "LICENSE" }, "authors": { "u6238u5d8bu8aa0": "[email protected]" }, "source": { "git": "https://github.com/umino/IPAddressKeyboard.git", "tag": "0.1.0" }, "platforms": { "ios": "8.0" }, "source_files": "IPAddressKeyboard/Classes/**/*", "resource_bundles": { "IPAddressKeyboard": [ "IPAddressKeyboard/Assets/*.*" ] } }
Sat, 28 May 2016 09:04:20 +0000