GIFView is a UIkit subclass of UIImage for playing animated GIF files on iOS.
GIFView is a custom UIImageView subclass it detects, decodes, and plays animated GIFs can also load from data. Swift UIKit.
It will extract the frames, grabs the timing timing, and supports infinite looping.
Simply load a GIF using loadGif(fromData:) for loading from data or loadGif(named:) for a bundled asset.
Below is a preview of the GIF playback in action:
Little faster than original when run on device or simulator
