AnimatedImage

1.0

SwiftUI AnimatedImage View
krzyzanowskim/SwiftUI.AnimatedImage

What's New

2021-07-31T00:54:29Z

SwiftUI.AnimatedImage

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

Screen.Recording.2021-07-31.at.02.18.33.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()

    }
    
}

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Apr 18 2024 08:43:44 GMT-0900 (Hawaii-Aleutian Daylight Time)