I am currently trying to implement a grid view in the iPhone SDK, whereby in portrait mode there are 2 items wide and in landscape mode there are 3. I am implementing this using a UITableView as suggested here.
What is the best way to change the number of rows and the view of the UITableViewCell with device rotation?
If anyone knows a good link to a tutorial about custom UITableViewCell rotation then that would be great.
Cheers