Swiftpack.co - krzyzanowskim/SwiftUI.AnimatedImage as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by krzyzanowskim.
krzyzanowskim/SwiftUI.AnimatedImage 1.0
SwiftUI AnimatedImage View
⭐️ 56
🕓 2 years ago
iOS
.package(url: "https://github.com/krzyzanowskim/SwiftUI.AnimatedImage.git", from: "1.0")

SwiftUI.AnimatedImage

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

https://user-images.githubusercontent.com/758033/127722908-4d760937-2420-4d78-a9d7-38c5bc6dffe0.mov

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

link
Stars: 56
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

2 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics