objective c - How to create a horizontal scrolling view on iPhone? -
I want to create a horizontal scrolling field at the top of a UITableView (What can be found on the Home section of the Facebook app) .
Do I want to fill the scrolling field with six volumes where only one part can be selected at a time?
How should I do this?
I know that I should make a UIScrollview and set it in the header view of the table, but I have trouble viewing or viewing scroll bars. Actually scroll horizontally in six sections To make representation and to ensure that visual objects should be used that only one section can be selected at a time (I know that I might have a Can use the control field, but I want that section to show more labels)?
Thanks for the help.
The Facebook app's tab view (Apache is licensed) TTTabStrip .
Comments
Post a Comment