uias / Tabman

™️ A powerful paging view controller with interactive indicator bars
https://uias.github.io/Tabman
MIT License
2.84k stars 235 forks source link

Fix not setting tab selectedButton on swipe (scroll) gesture #584

Closed nikitapankiv closed 2 years ago

nikitapankiv commented 3 years ago

Description Due to progress nature of swipe scroll and animation of it, Tabman lacks saving selectedButton in TMBarView, which was set by swipe gesture.

I also could have used check on TMBarButton.SelectionState.selected, but the value of progress never reaches 1, so I'm checking for specific e - 0.001.

STR:

AR:

ER:

If you have some suggestions/comments - feel free to contact us.

nikitapankiv commented 3 years ago

@msaps plz have a look

msaps commented 2 years ago

Sorry for the delay - looks great thank you for fixing it! ❤️