UIViewController not rotating properly
Hey,
I'm having troubles trying to orientate my UIViewControllers to the orientation of my iPad.
the method shouldAutorotateToInterfaceOrientation: is returning true/yes as it should be, the methods willRotateToInterfaceOrientation: and didRotateToInterfaceOrientation: also get executed each time I rotate my device.
The UIImage i have inside my UIViewController is rotating properly though the ViewController itself is croping the view so instead of being width 1024 and height 768 it returns 768x768..
Well the problem is why the .... isn't my UIViewController displaying its view fullscreen even though I'm holding my device in landscape?
|