I am having a Universal Project in iOS and that was working fine in all of the orientation but in iOS 6.0
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
Method is not calling any more.
Even the other methods are not working.
Suggest me some fast solutions.
Add this method to your view controller:
This solved it for me. However, I shouldn’t have had to do that as far as the iOS 6 release notes say:
iOS 6 Release Notes