ScrollableSegmentedControl icon indicating copy to clipboard operation
ScrollableSegmentedControl copied to clipboard

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

Open AgungLaksana opened this issue 5 years ago • 0 comments

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 ?

AgungLaksana avatar Jun 12 '19 09:06 AgungLaksana