Reputation: 41
I want to find the tab view for ios. Not the TabView in Apple documentation, but a tab view like
So basically a control that consists of multiple tabs, each tab contains a page. And you can add/remove tabs, also rearrange tabs using drag and drop.
But I can't find it on apple official documentation. I want to know if there is anything available in iOS, either through a first-party API or third-party library.
Upvotes: 2
Views: 261