I am using willRotateToInterfaceOrientation to detect rotation and move items according to the orientation.
The problem is that when the page first loads this method doesn’t get called so it doesn’t try to move the objects to the correct location?
What is the solution?
I manually detected the
UIInterfaceOrientationfrom myUIApplication, and I manually calledwillAnimateRotationToInterfaceOrientationonviewDidAppear