Getting a UIView Animation to play through airplay
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开发者_如何学C could be done?
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).
精彩评论