Normally, the UITableView is something like this:
[ cell 1 ] [ cell 2 ] [ cell 3 ] [ cell 4 ]
But I want to mak
What you have is simply a standard table displayed in portrait orientation, but your are holding the phone in landscape mode. Rotate the contents of each cell 90 degrees and your there. And be sure to ignore any orientation change notifications.