Quote:
Originally Posted by chaoz1337
If I understood it correctly, you want to know how to switch the segmented Control programmatically? You can set it by doing the following:
Code:
segmentedControl.selectedSegmentIndex=0;
|
so what action could i use to switch from one side of the segmented control to the other, if i pressed a UIButton.