Reputation: 702
I want create tab display like safari for iPad. Is there any control which i can use directly to get tabs? or a way to design this will be helpful.
Thanx in advance.
Upvotes: 0
Views: 836
Reputation: 973
I implemented a tab view as seen on Safari on iPad. It allows reordering/deletion/addition of tabs (but this behavior can be turned off). The API is similar to UITableView delegate and data source.
https://github.com/mkeiser/TRTabView/
Upvotes: 1
Reputation: 3675
Take UIButtons, On selection change buttons image accordingly. I used the same trick in my earlier project.
Upvotes: 1