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!