vote up 0 vote down star
1

I want to create a horizontal scrolling field at the top of a UITableView (something similar to what can be found on the Home section of the Facebook App).

I want the scrolling field to be filled with six sections where only one section could be selected at a time?

How should i do this?

I know i should create a UIScrollView and set it to the header view of the table, but i am having trouble seeing the scroll bars or seeing it actually scroll horizontally. What visual objects should i use to represent the six sections and to ensure that only one section can be selected at a time (i know i could probably use a segmented control, but i want the section to look more like labels)?

Thanks for the help.

flag

1 Answer

vote up 4 vote down check

The Facebook app's tab views are open source (Apache licensed). Check out TTTabStrip.

link|flag
That is absolutely incredible - thanks so much!! – zPesk May 5 at 1:16
wait just as a clarification i can use this in an application that i want to sell in the App Store?? I am surprised I have no seen other apps beside FaceBook use it. – zPesk May 5 at 1:32
Yes, you can use it in your own app. You don't even need to credit it. – Nicholas Riley May 5 at 1:54
great resource - but has TTTabStrip been removed? Couldn't see a class for it. – Airsource Ltd May 5 at 11:10
It's there - just declared in TTTabBar.[hm]. – Nicholas Riley May 5 at 13:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.