xmartlabs / PagerTabStripView

🚀 Elegant Pager View fully written in pure SwiftUI.
MIT License
774 stars 88 forks source link

Question: How can I have a fixed gradient for the indicator view? #137

Closed missphyrgames closed 10 months ago

missphyrgames commented 10 months ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like I'd like to have a gradient in the indicator view but when I move to the next tab by tapping or swiping, the indicator should move but the gradient should stay still.

Describe alternatives you've considered I tried to put a gradient in the indicatorView and then mask out with the shape of my indicator, however, this moves the gradient along with the indicator.

Additional context Add any other context or screenshots about the feature request here.