I have a 3-segment UISegmentedControl as part of a menu that switches between various subscreens. In the main screen, I have a reset button that when touched, empties every field and every text and so on. My problem is that I don't know how to have the highlighted segment in the UISegmentedControl to return to the first segment once the reset button is touched.
How can I program the reset button so that when it is touched, the UISegmentedControl looks like the first segment was touched?