I'm using UIView animation blocks to crate a slidshow of images. I'd like to allow users to play those animations through AirPlay. Would I somehow have to save a video file and play that or is there something more clever that could be done?

link|improve this question

43% accept rate
What version of the iOS SDK are you using? To my knowledge mirroring is only available in iOS 5 and the current implementation of AirPlay only supports media streaming. – Thuggish Nuggets Sep 6 '11 at 22:22
I wanted to do this with 4.3. Will look into mirroring. Thanks. – purplehey Sep 7 '11 at 15:24
feedback

1 Answer

up vote 1 down vote accepted

In iOS 5, user will be able to mirror the screen using AirPlay to there other AirPlay devices (mainly the Apple TV).

In the current stable version of iOS (4.3.5 as of this writing), I don't think that can be made (except, like you said, with a video file).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.