-
Notifications
You must be signed in to change notification settings - Fork 65
FXImageView doesn't play gif image #23
Copy link
Copy link
Open
Description
Hi,
I am trying to use FXImageView with a gif loading image, the FXImageView itself is a view for the iCarousel. However even though a normal UIIMageView can play gif animated images, the FXImageView doesn't play the animation and only displays a static image!
The code I am using is as follows:
NSString *filePath = [[NSBundle mainBundle] pathForResource: @"loadingImage" ofType: @"gif"];
NSData *gifData = [NSData dataWithContentsOfFile: filePath];
UIImage *loadingImage = [UIImage animatedImageWithAnimatedGIFData:gifData];
fximageView = loadingImage;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels