iPhone animated banner : which framework to use
Posted
by
Julien
on Stack Overflow
See other posts from Stack Overflow
or by Julien
Published on 2010-12-30T08:35:24Z
Indexed on
2010/12/30
14:54 UTC
Read the original article
Hit count: 248
Hi folks,
I'm willing to create a little frame to display animated ads in my app. It could be simple little animations, or "3D" transition between ads, or combination of both. I'm not familiar with graphic frameworks, I just used CoreGraphics, which I think is not optimized for that. I thought of OpenGL, but maybe that's too much and takes too much ressources just for this little thing. What do you think ?
© Stack Overflow or respective owner