1
I’m developing an app that on one of the screen there are only two UITextField
, an alphanumeric and a numeric. Here comes my problem, Keyboard alpha has the Return/next button, but Keyboard numeric has no.
Initially my idea would be to disable the alphanumeric Keyboard’s Return/next button and include a small bar on top of the keyboards with two fields, a next and a Previous for navigation. But I have been told that this does not follow the standard of usability.
I have how to include a "Next" button in the blank next to the 0 key of the numeric Keyboard?
some version of iOS specifies?
– ademar111190
Man, I’m using the very latest version
– David Batista