iPhone Horizontal Scrolling Table
Posted
by Wireless Designs
on Stack Overflow
See other posts from Stack Overflow
or by Wireless Designs
Published on 2010-04-23T22:30:38Z
Indexed on
2010/04/23
22:33 UTC
Read the original article
Hit count: 993
Hello all -
I need to create a view on the iPhone that scrolls horizontally through a gallery of images. The issue is that this gallery has the potential to have 100s to 1000s of images that needs to be presented, so I would like to avoid loading them all into a single UIScrollView at once and destroying performance. I need to create a view that recycles the view objects (like UITableView) to increase performance and reduce memory overhead, but it needs to scroll in a horizontal fashion.
Any ideas? Is it possible to make UITableView operation horizontally?
Thanks!
© Stack Overflow or respective owner