How to use animated graphics in Xcode project

Hi,

Can any one guide me on how to use animated graphics in Xcode project using Interface Builder.

Thanks,
Gopal

Can you give an example of what you would like to do?
You could use some Core Animation (obj c), or perhaps make a movie with an alpha channel and composite it over something. (Not that I have any idea on how to do it.)

If it’s an animated gif, there’s a checkbox in interface builder for an image view to allow the gif to animate.