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
source
share