Hi. My application is by default in landscape mode, and I want an alert that can appear in landscape mode. But as it turns out, UIAlertView appears portrait, even if all is set to appear landscape. For the moment, I have added a CGAffineTransformRotate to the didPresentAlertView: method. Anyone knows something better, since with this approach the user sees the actual transformation. I have tried adding the same code to willPresentAlertView:, but it doesnt work.
Thanks in advance.
Thanks in advance.