I'm building an iPad app, and would like to use a "tiled" display with objects arranged in a scrollable grid, similar to the iPhone/iPad home screen and the iPad photos app.
What I'm trying to achieve:
Is there any pre-built way in the SDK to do this? If not, how should I go about creating my own?
Update: I think I understand how to do a basic arrangement of the "objects" in a grid, but I don't know how to make this work with thousands of objects and a scrollable view without using tons of memory and making everything really slow (then again, I still don't have a device to test on).
Update 2:
Half a month later, I finally found the ideal solution: AQGridView