I have a UISegmentedControl that loads other UIViewController’s. When going back, I want to see it unselected. I tried setting selectedSegmentIndex=-1 and selected=NO, but they didn’t work. Any suggestions?
I have a UISegmentedControl that loads other UIViewController’s. When going back, I want to
Share
Try this: