This is a bit uncertain situation for me now after upgrading my XCode to 4.5 and testing the app on iPad 6.0 simulator.
Details- When I am running the application on iPad 6.0 simulator a lot of views/layouts and orientation issus are coming up. But when I downloaded the same application from App Store on my iOS 6 iPad device then my app is working fine.
I am testing it on simulator to support my app for iOS 6 too. What can be the reason for this kind of happening?
Thanks
Ak
After reading the UIOrientation delegate method changes in iOS 6 I made these changes to solve the issue-
1) Used this method for resetting the layout –
2) If this delegate is unable to get the current orientation of device I used this to get it –
These things solved my problems.
Thank you for your help and response. 🙂