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.
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 ?