hey all i want to know rotate the UI Segmented control to be in a vertical look
cheer
BOB
hey all i want to know rotate the UI Segmented control to be in a vertical look
cheer
BOB
I haven't done something like that before but I think one approach could be to subclass UISegmented control and use Affine Transforms related functions inside the Core Graphics framework, there you use for example CGContextRotateCTM() to give a 90 degrees rotation. Hope this helps.