in fact the title contains my question. I have a UISegmentedControl, and need to deselect currently selected tab. I tried:
[menu setSelectedSegmentIndex:-1]; >
The right way to do this is:
[menu setSelectedSegmentIndex:UISegmentedControlNoSegment];