You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
I had the same query and i did a hack there to achieve that.
I set the indicator height with the height of segmentControl then gave the desired background color to indicator and then gave the cornerRadius to indicator as they are using image for the indicator.
tabSwipe.setIndicatorColor(.black) //indicator color
tabSwipe.carbonTabSwipeScrollView.isScrollEnabled = false //set accordingly
tabSwipe.setIndicatorHeight(39) //perfect for my scenario
tabSwipe.carbonTabSwipeScrollView.backgroundColor = UIColor(named: "Dark") //segment background color
tabSwipe.carbonSegmentedControl?.indicator.layer.cornerRadius = 10 //desired radius
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please add this feature where you switching from tabs
The text was updated successfully, but these errors were encountered: