Can anyone give me an example of code or project that uses because I want to animate a full screen image(iPhone) with 200+ of images without crashing the device.
+ (UIImage *)animatedImageNamed:(NSString *)name duration:(NSTimeInterval)duration
Also on how to call it for example like [self (method)]
and regarding on how to stop the animation on it. Because when I read it in the apple documentation, I am having a hard time because I don't see a sample code regarding to that syntax. By the way, I am a trainee at iOS development.