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);
2.1m questions
2.1m answers
60 comments
57.0k users