Yongda Fan
Yongda Fan

Reputation: 41

Does ios has has any control similar to tabview of chrome or safari in iPad?

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

Answers (1)

benhorgen
benhorgen

Reputation: 1975

I am pretty sure you're looking for a UISegementController.

Upvotes: 1

Related Questions