I have tried the code below but that only allows for numbers on the keypad to be inputted. My app requires the keypad to use a period/full stop (for money transactions). The
Just use
[textField setKeyboardType:UIKeyboardTypeNumbersAndPunctuation];
after creating your textfield.