GitXplorerGitXplorer
s

SMNumberKeyboard

public
16 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0200cabd8a556975626087a1f6c11861255a5bad

Updated license terms.

sstuartjmoore committed 12 years ago
Unverified
30995ab4dc8ba5aa3bfe64d4247785f0d96c9f29

added a minus toggle, modified the period, and added sounds

sstuartjmoore committed 13 years ago
Unverified
2e39d807c354b77eb7bba682f62cf6d4633e6e66

first commit

sstuartjmoore committed 13 years ago

README

The README file for this repository.

A number only keyboard for the iPad.

To use:

keyboard = [[NumberKeyboard alloc] initWithNibName:@"NumberKeyboard" bundle:nil];
keyboard.textField = youTextField;
keyboard.showsPeriod = NO;
youTextField.inputView = keyboard.view;

Also, release the keyboard in dealloc and include "NumberKeyboard.h".

Licensed under: do whatever you want.