GocePetrovski / ScrollableSegmentedControl

Scrollable Segmented Control for when UISegmentedControl is not sufficient
MIT License
245 stars 74 forks source link

is it possible to make a full highlight color for selected tab ? not using underline #41

Open AgungLaksana opened 5 years ago

AgungLaksana commented 5 years ago

at the default text only style, the selected tab will show underline below the text. but I need to make full highlight color if a tab in segmented control is selected. I mean someting like the orange color like this : https://i.stack.imgur.com/0LnRC.png

if I use regular segmented control from UIKit, it just need to change the tint color. but because I use ScrollableSegmentedControl the tint color will change the underline color.

is it possible to achieve this ?