0
Scenario: On an app screen, the user must inform a data type that is only numbers to perform a search. To avoid using text, I set up a keyboard for the type: Number Pad. But I need other characters to appear next to the numbers, in this case the hyphen ( - ) and the endpoint ( . ).
Does anyone have any idea how I can do this?.
I had the idea of at least instantiating a class of UITextFiled
and edit the type of keyboard that appears to it.
Below is a picture of how it is and how I intend it to look:
But if anyone can guide me I’d be grateful!
Thank you
I’ll put an image to illustrate better the idea of how it is and how would be the keyboard I want
– Tiago Amaral
I get it. But if you really need a keyboard with only the possible characters, it’s only possible to include a view off the keyboard, like what we see in browsers for example. Or by creating your own keyboard, either through the new iOS 8 feature or on
inputView
country.– Paulo Rodrigues
Puts to lascado rs I’ll see if there are any projects for this on the net
– Tiago Amaral