Search code examples
iosiphoneobjective-cios4

Create a control


i would like to know that is there any control in iphone is able to the select the range?.

i mean the user need to select the AGE between 10-20 and 20-30 and so on.

Thanks


Solution

  • You need a UIPickerView

    Set each range (e.g. 10-20) as a text item in the picker.