Hi all,
my app is in landscape mode, and I have achieved this via the Sparrow ways of rotating and moving things that are added to SPView.
I've got iAds working and showing up by creating AdvertViewController which is a UIViewController, and adding the view (advertViewController.view) to a UIView which is created and owned by the app delegate and added to the nativeview/spview.
I rotated and moved the UIView so it lines up with the top of the screen and looks landscape etc.
The only problem is, if I click on the displayed iAd, and the close the iAd again, the device orientation goes all messed up, and the status bar orientation switches back to portrait mode.
Anyone else seen this kind of behaviour or know what to do?
Thanks...