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

How can I get origin and target buttons when scrolling? #562

Closed takehilo closed 3 years ago

takehilo commented 3 years ago

New Issue Checklist

Issue Description

I need to get origin and target buttons when scrolling. Does the Tabman provide some events or features to do that?

TMBarButtonStateController#update(for:direction:) could provide such events, but the class is internal.

takehilo commented 3 years ago

I found that PageboyViewControllerDelegate provides what I need.