cocoa touch - Creating an alternative way to scroll TableView on iPhone -
I currently have a TableView with more than 35,000 cells. Obviously the standard iPhone shock-and-scroll becomes disabled with many of these cells. I have already applied the search but still think there is a way to scroll the whole table. I currently have
-sectionIndexTitlesForTableView:
My instinct tells me that a list which may be too large, uses standard hierarchical navigation on the iPhone By filtering down the small sections - which said what I can say without data, without any confidence.
You say you have a section title - the list is alphanumeric? If so, what is wrong with having the standard alphabet section INDX and sectionTitles?
Comments
Post a Comment