Reputation: 919
I'm wondering if in IOS is possible to customize segmented control like the attached image. I have tried to change buttons image, but the segmented control container is still visible under the customized buttons. I observed that the segmented buttons title disappears if you add button image. Custom button images must include title?
Many thanks
Upvotes: 6
Views: 11121
Reputation: 14427
Just roll your own. Make three UIButtons with two images for each state and write logic to allow only one of them to be selected.
Upvotes: 11