What is the best way to enter numeric values with decimal points?

前端 未结 11 1792
粉色の甜心
粉色の甜心 2020-11-27 11:25

In my app users need to be able to enter numeric values with decimal places. The iPhone doesn\'t provides a keyboard that\'s specific for this purpose - only a number pad an

11条回答
  •  無奈伤痛
    2020-11-27 12:13

    You may want to use a slider (as suggested by Martin v. Löwis) or a UIPickerView with a separate wheel for each of the digits.

提交回复
热议问题