Just want to sum up, there might be 4 ways.
- If you don't have much space, add a click event for text or button, then show UIPickerView:
or open a new table view control with a check mark:

- If there is more space, add a table view directly to your main view:

- The final solution is using UISegmentedControl:

Hope this helps.