Hi all,
I'm working on a problem that I wish I could solve by using a horizontal-scrolling tableview, but alas there is no such thing. Basically, I have hundreds of images that I want the user to scroll through quickly horizontally. Loading them all onto the scrollview at once is no good, because they take up too much memory. I've tried loading them dynamically, but the scrollview's delegate methods don't give ma a very tight grip on what views are on or off screen.
I tried actually using a tableview and setting its transform to a 90-degree rotation, but it didn't seem to work.
Anyway, if anyone reading this has been here before and knows a good way forward, please give a shout!
Thanks,
- Charlie
I'm working on a problem that I wish I could solve by using a horizontal-scrolling tableview, but alas there is no such thing. Basically, I have hundreds of images that I want the user to scroll through quickly horizontally. Loading them all onto the scrollview at once is no good, because they take up too much memory. I've tried loading them dynamically, but the scrollview's delegate methods don't give ma a very tight grip on what views are on or off screen.
I tried actually using a tableview and setting its transform to a 90-degree rotation, but it didn't seem to work.
Anyway, if anyone reading this has been here before and knows a good way forward, please give a shout!
Thanks,
- Charlie