26
2011
CLKeypad, A Customized iPhone Keyboard NumberPad
CLKeypad is a customized iPhone keyboard NumberPad with a customized toolbar. It has the same function as UIKeyboardTypeNumberPad except that CLKeypad provide an extra decimal point button. You can customize the toolbar and each of the keys with your own image. To use CLKeypad, you just need to implement it’s delegates, – (void)hideCLKeypad; – (void)numberPressed:(NSString *)number; and the UITextFieldDelegate to assign the texfield’s inputView(toolbar) and inputAccessoryView(keypad): -(void)textFieldDidBeginEditing:(UITextField *)textField{ if (keypad == nil) { keypad = [...]
Ads
Facebook Page
Categories
- Apache (1)
- Apps (2)
- Blog (19)
- IOS (20)
- IOS Library (5)
- iPhone Tutorial (17)
- Javascript (1)
- Node.js (1)
- Twitter (1)


An article by