Im going to implement gif images using the link http://gist.github.com/mayoff/4969104
I have added imageIO & CoreImagesFrameWorks
include following files
#import <ImageIO/ImageIO.h>
#import <MobileCoreServices/MobileCoreServices.h>
i have faced an issue while implementing line may be
CGImageDestinationRef destination = CGImageDestinationCreateWithURL((__bridge CFURLRef)fileURL, kUTTypeGIF, kFrameCount, NULL);
Error is:
Undefined symbols for architecture i386:
"_kUTTypeGIF", referenced from:
_makeAnimatedGif in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)