Skip to content

Performant GIF player view written with SwiftUI and Combine

Notifications You must be signed in to change notification settings

pourhadi/animatedimage

Repository files navigation

AnimatedImage

A SwiftUI View for displaying and playing animated GIFs. Uses iOS 13's new CGAnimation API and Combine to feed images as a SwiftUI Image, eliminating the need for any UIKit views.

To use, pass a GIF file's Data or URL to a new AnimatedImage view, or create a type that conforms to ImageSequence and pass that instead.

About

Performant GIF player view written with SwiftUI and Combine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages