Browsing articles tagged with " ios number pad"
Nov
26
2011

CLKeypad, A Customized iPhone Keyboard NumberPad

CLKeypad

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

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Facebook Page

Categories