开发者

on view load, start a timer and reveal images at times in iPad app

开发者 https://www.devze.com 2023-01-06 10:37 出处:网络
So in my XIB I have a few graphics that need to reveal in order.. say every one second, the next开发者_开发技巧 thing will reveal..

So in my XIB I have a few graphics that need to reveal in order.. say every one second, the next开发者_开发技巧 thing will reveal.. I assume I am going to need something involving viewdidload, starting an NSTimer, then animate the revealing of my graphics with the timer. Can anyone please drop me a few ideas, hints or lines of code to get started?

Thanks!


You could use Quartz Composer to build your image sequence, and then render that to a QCView or OpenGL context.

0

精彩评论

暂无评论...
验证码 换一张
取 消