gmarm / BetterSegmentedControl

An easy to use, customizable replacement for UISegmentedControl & UISwitch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indicator size

BaileyM opened this issue · comments

I am trying to change the size of the selected segment indicator. I tried indicatorView.transform = CGAffineTransform(scaleX: 2, y: 2) but it does not change the indicator's appearance. I want to make it a little bigger than the unselected segments.

@BaileyM Did you achieve it?

No, but our designers were satisfied with the default appearance, so this is no longer an issue for me.