# import "FLAnimatedImage.h" # import "FLAnimatedImageView.h" FLAnimatedImageView* animatedImageView = [[FLAnimatedImageView alloc] initWithFrame:self.view.bounds]; [[SDWebImageDownloader sharedDownloader] downloadImageWithURL:gifURL options:0 progress:^(NSInteger receivedSize, NSInteger expectedSize) { } completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished) { if( finished ){ di