I have read all the classes of QuickDialog
. But I can't find a element suits my need. I need a element that the value is NSNumber
, and the keyboardType is UIKeyboardTypeNumberPad
. Maybe I didn't notice one. Could someone tell me?
Asked
Active
Viewed 105 times
1
1 Answers
0
Isn't that the QDecimalElement?
https://github.com/escoz/QuickDialog/blob/master/quickdialog/QDecimalElement.m

Eduardo Scoz
- 24,653
- 6
- 47
- 62
-
Thanks, I didn't notice that. – yong ho Feb 06 '13 at 08:05