iOS UITextField设置数字键盘

纯数字键盘:

textField.keyboardType = UIKeyboardTypeNumberPad; 

纯数字加小数点键盘:

textField.keyboardType = UIKeyboardTypeDecimalPad