How do I make a custom UISegmentedControl?
UISegmentedControl
I have 2 images, 1 that should be displayed when the segment is active and the other if the segment is inacti
it works just fine
[segmentControl setImage:[UIImage imageNamed:@"Rolenew.png"] forSegmentAtIndex:0];