Nik
Nik

Reputation: 702

how to create ios 5 safari like tabs

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

Answers (2)

mkeiser
mkeiser

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

Naveen Thunga
Naveen Thunga

Reputation: 3675

Take UIButtons, On selection change buttons image accordingly. I used the same trick in my earlier project.

Upvotes: 1

Related Questions