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

Tabman only without Pageboy #624

Open adeds opened 6 months ago

adeds commented 6 months ago

New Issue Checklist

Issue Description

What if I want to create a tab only with a tab-click action? i dont need a pageboy

like a tab on the top (let say 3 tab), with action when i click the tab

Other useful things

Scenario: i have a tableview below the tab bar, then when i click tab 1, just reload the table view with some filter value 1, and when i click the second tab, reload the tableview with filter value 2

i need the tabman only since in the different screen i have a normal usage of tab with pageboy, so i need the same style on this screen instead of create a custom tab or collection view

image