PDA

View Full Version : UIAlertView in landscape mode




satyam90
Jun 20, 2009, 12:39 PM
Hi, I have written my application that has only land scape view. Some times I want to show an Alert using UIAlertView. I am able to show it but it is assuming my app as portrait and showing in that mode only. How can I show alert dialog in land scape view?



simplymuzik3
Jun 20, 2009, 12:46 PM
I made my entire app in landscape as well, and I do not have this problem. The alert view shows in landscape for me. In interface builder, did you rotate the views using the little rotate arrow in the top right corner of the view? Thats all I can think of. Let me know if you find a solution, I will likely have this problem in the future as well!