AirPlay support for photos and videos in a third-party iPhone app

IPhone Photos Default App supports AirPlay for photos and videos. But Apple provided an API to configure allowAirPlay only in MPMoviePlayerController and only for video. If I support it only for video, the user will complain that he does not support it for photos. How do I support AirPlay for photos and videos in my application? Is there any available method / interface / framework that supports AirPlay, and I should just call it when the user clicks on my user button?

Thanks and Regards, Deepa

+3
source share
1 answer

, iPhone SDK 4.3 API AirPlay.

+1

All Articles