I have a UITableView that has two modes. When we switch between the modes I have a different number of sections and cells per section. Ideally, it would do...
How can one get the dimensions of the screen in iOS? Currently, I use: lCurrentWidth = self.view.frame.size.width; lCurrentHeight = self.view.frame.size.height; in viewWillAppear: and willAnimateRotationToInterfaceOrientation:duration: The first time I get...