Aswini
Aswini

Reputation: 31

TV out an iphone application

I would like to display my application running on iphone on a big screem, either TV or using a projector. After a long search I heard about the undocumented API MPTVOutWindow which fullfill's my requirement. But i think this is not approved by apple. Is there any other options available in latest SDK to TV out an application

Upvotes: 3

Views: 675

Answers (1)

Alan Rogers
Alan Rogers

Reputation: 15058

The class you want to look at is UIScreen it has support for external displays using the iPad VGA connector in iOS 3.2 (iPad) and iOS 4 (iPhone).

This blog post has a good example on how to use it: mattgemmell.com: iPad VGA Output

Upvotes: 2

Related Questions