doofyus / HexKeyboard

iOS hex keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexKeyboard

An iOS keyboard, that supports entering hex-values to the UITextField.

Requirements

  • Minimum Deployment Target: 9.0

Installation

Manual

Copy the header, implementation and the image files to your project.

CocoaPods

To integrate HexKeyboard in your app use CocoaPods. Add this to your Podfile:

  pod 'MRHexKeyboard', :git => 'https://github.com/doofyus/HexKeyboard.git', :branch => "master"

Usage

SetMRHexKeyboard to the UITextField's inputView in viewDidLoad (or where you find it most suitable).

Obj-c:

	aTextField.inputView = [[MRHexKeyboard alloc] init];

Swift:

	aTextField.inputView = MRHexKeyboard()

License

HexKeyboard is released under the MIT License.

About

iOS hex keyboard

License:MIT License


Languages

Language:Objective-C 96.2%Language:Ruby 3.8%