Since neither the numeric keypad or phone pad provided in iOS include a return key (next or done), how can one detect the end of entry of a variable length numeric entry?
Use of the full alpha keyboard is one possibility, since it includes the numeric keyset. But this means presenting the user with additional possibilities which have to be editted out.
Another possibility is to require selection in another data entry field. This seems non-intuitive, and impossible if there is only one numeric field to be captured!
Is there a solution?