I just did a quick test with UIScreen's +screens method, to see if the TV Out would also be seen as a UIScreen. Unfortunately, +screens returns only one screen (that of the iPhone itself). So how to display stuff on the TV-Out?

Thanks. M

link|improve this question

53% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Yes. This is possible. Make sure you have another screen connected (i.e. that you have the video cable connected through a universal dock).

Also, if you are interested in mirroring the display, see: http://www.expertisemobile.com/2010/06/24/presenting-your-apps-on-the-big-screen-screen-mirroring-for-ios/

link|improve this answer
Hi There, Do you know how it can be done on a non-iPhone 4 or iPad? [UIScreen screens] returns only 1 screen on a iPhone 3G or 3Gs when its connected with a video cable. – Martijn Thé Aug 13 '10 at 19:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.