Normally, the UITableView is something like this:
[ cell 1 ] [ cell 2 ] [ cell 3 ] [ cell 4 ]
But I want to mak
It isn't too terribly difficult to build up something similar to UITableView in code on your own. If you can find it, the expert-level Scroll Views session from WWDC09 had some awesome sample code.