The default Photos app in iPhone supports AirPlay for both Photos and Videos. But, Apple has given API for setting allowsAirPlay only in MPMoviePlayerController i.e only for videos. If I support it only for Videos user will complain for not supporting it for photos. How do I support AirPlay for both Photos and Videos in my app? Is there any method/interface/framework available that supports AirPlay and I have 开发者_JAVA技巧to just call it when the user clicks on my custom button?
Thanks and Regards, Deepa
Sorry, iPhone SDK 4.3 provides no API for sending photos via AirPlay.
精彩评论