I am developing a app, taking hotel name and price name so I am using UITextField for them, and when I am inserting price, I am using UIKeyboardTypeNumberPad, but unfortunately there is return key, no done key and no decimal key, because price can be like 15.22$, so what is solution for this?
Share
use numbers & punctuation keyboard
EDIT:
The UIKeyboardTypeDecimalPad type only shows them, but is only available in 4.1 and later.