Is there anyone who can teach me how to show an UISegmentedControl object in vertical direction, instead of in horizontal direction?
You can always modify the transform on the segmented control.
segmentedControl.transform = CGAffineTransformMakeRotation(M_PI / 2.0);
1.4m articles
1.4m replys
5 comments
57.0k users