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 to just call it when the user clicks on my custom button?
Sorry, iPhone SDK 4.3 provides no API for sending photos via AirPlay.