SwiftUI AnimatedImage
  • July 21, 2025

SwiftUI animated image view that works on iOS and layout just as SwiftUI.Image

Installation


 

Swift Package Manager

dependencies: [
.package(url: “https://github.com/krzyzanowskim/SwiftUI.AnimatedImage”, from: “1.0”)
],

Usage


import AnimatedImage

struct MyView: View {

var body: some View {
AnimatedImage(data: imageData)
.scaledToFit()

}

}

GitHub


View Github

#animation #swiftimage
YOU MIGHT ALSO LIKE...
SwiftSpeech

Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...

SwiftUIValueSlider

Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...

Sliders

Sliders is a compilation of all my stylable drag based SwiftUI components. It provides a variety of unique controls as well ...

SlidingRuler

SlidingRuler is a Swift package containing a SwiftUI control that acts like an linear infinite slider or a finite, more precise ...

Skeletonui

SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and ...