Closed devon closed 12 years ago
Something like this: http://iphonedevelopertips.com/graphics/animated-gif-animated-images-iphone-style.html would help, seeing as both TUIImage and UIImage are just CGImageRef wrappers.
Thanks.
I got the each frame fro NSBitmapImageRep *rep = [[_img representations] objectAtIndex:0];
and duration: CGFloat frame_times = [[rep valueForProperty:NSImageCurrentFrameDuration] floatValue];
Use animation to play the gif. It works.
Welcome!
Any idea how to do this? Thank you.