How has Apple designed the View that you get when you look at an app summary in the Featured section of the App Store ( http://i44.tinypic.com/20gfgjr.jpg ) ?
There seem to be 2 ways of doing it:
- Using a UITableView and then creating custom UITableViewCell items for each row
- Using a UIScrollView and then adding UIView subviews
Any recommendations as to what's the best way of doing this in Interface Builder / Xcode?