I have 2 UIWindows in my app, one for iPhone other for external display device.
I have been unable to show UIActionSheet on the external device window.
The alerts have their own window. But how to move that window to the external display?
I have already tried all the "showIn..." methods. The Action sheet always pops on the iPhone window.