Scenario: In an app screen, the user should enter a data type that is only a number to perform a search. To avoid using text, I set up a keyboard for the type: Number Pad. However, I need to display other characters together, in this case the hyphen (-) and the end-point (.).
Does anyone have any idea how I can do this?
I had the idea of at least instantiating a class of UITextFiled
and editing the type of keyboard that appears for it.
Below is an image of how it is and how I want it to be:
But if anyone can guide me, I'll be grateful!
Thank you