I am currently trying to output the iphone screen to another device. I've gotten it to work, but I'm having one little problem. When you output to another device you have to make another window. When I launch my app (without being hooked up to the external screen), this window (the external screen window) is on top of the main app window. I can still issue button presses to the window behind it, but my entire app is behind a white screen. If i double tap the home button, I see the multitasking menu and the overlaying window disappears. When I double tap again to remove the multitasking menu, the app works perfectly until I restart it again.

I've read in the documentation for external screen programming -

New windows are normally associated with the main screen by default. Changing the window’s associated screen object causes the contents of that window to be rerouted to the corresponding display. - View Programming Guide for iOS

I never actually associated this window with any other screen other than the main one, but I can't find the xcode thingy or the code snippet that will allow me to do that. I'm also unsure if that's really the problem here. Please help!

link|improve this question
I came up with a workaround in order to add a window that is not associated with the main iOS device screen. Just create the window programmatically rather than using interface builder. I still don't know how to do it with interface builder though. – Andy Nov 8 '11 at 21:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.