I have developed an iOS App and tested it on iOS6 device. While testing, I realized that my App is not responding to Orientation changes as expected.
Here is my Code
Maybe stupid but it is working (only in ViewController):
if (self.view.frame.size.width > self.view.frame.size.height) { NSLog(@"Hello Landscape"); }