08-23-2011, 06:05 AM
|
#11 (permalink)
|
|
Registered Member
Join Date: Aug 2011
Posts: 1
|
Solve the problem
How about these:
PHP Code:
txfContent.keyboardType = UIKeyboardTypeNumbersAndPunctuation;
txfContent.keyboardType = UIKeyboardTypeNumberPad;
Similar to UITextView.
|
|
|