You can create an animated GIF using the Image I/O framework (which is part of the iOS SDK). You will also want to include the MobileCoreServices framework, which defines the GIF type constant. You need to add these frameworks to your target, and import their headers in the file where you want to create the animated GIF, like this: #import <ImageIO/ImageIO.h> #import <MobileCoreServices/MobileCore
{{#tags}}- {{label}}
{{/tags}}