Showing posts with label UIInterfaceOrientation. Show all posts
Showing posts with label UIInterfaceOrientation. Show all posts

Thursday, March 31, 2011

Beware Using [UIScreen mainScreen].bounds

Found and fixed another device rotation defect, was using wrong bounds to check screen size. Should have used self.tableView instead of [UIScreen mainScreen]: