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
The simplest way would be to create your own control that mimics UISegmentedControl. UISegmentedControl just arranges a series of buttons and manages their image states for you; it doesn't do anything special.