N newtoiphonesdk macrumors 6502a Original poster Aug 5, 2010 #1 How do you do video out an a universal app?
J jnic macrumors 6502a Aug 6, 2010 #2 You can't without using private APIs. Edit: Apparently this is no longer the case; check out UIScreen.screens, you can detect external screens and assign UIWindows to them.
You can't without using private APIs. Edit: Apparently this is no longer the case; check out UIScreen.screens, you can detect external screens and assign UIWindows to them.
N newtoiphonesdk macrumors 6502a Original poster Aug 11, 2010 #3 Do you happen to have an example sample code for doing this? I have a TAB BAR App and one of the ViewControllers has an IBAction for playing a video included in the app using MPMovieController Delegate.
Do you happen to have an example sample code for doing this? I have a TAB BAR App and one of the ViewControllers has an IBAction for playing a video included in the app using MPMovieController Delegate.