Skip to content

DashRobotics/HexKeyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexKeyboard

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

To use:

  • copy the header, implementation and the image files to the project
  • set it to the UITextField's inputView in -viewDidLoad (or where you find it most suitable)
    • aTextField.inputView = [[MRHexKeyboard alloc] initWithTextField:aTextField];
  • make it better
  • enjoy!

About

iOS hex keyboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%