theomen
theomen

Reputation: 919

Custom UI segmented control

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

enter image description here

Upvotes: 6

Views: 11121

Answers (1)

LJ Wilson
LJ Wilson

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

Related Questions