I have UITexfields i want that it should accept only number other shows alert that enter a numeric value. I want that motionSicknessTextFiled should only accept number
[textField setKeyboardType:UIKeyboardTypeNumberPad];