Update README.md
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
dependencies: [ .package(url: "https://github.com/krzyzanowskim/SwiftUI.AnimatedImage", from: "1.0") ],
import AnimatedImage struct MyView: View { var body: some View { AnimatedImage(data: imageData) .scaledToFit() } }
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
Usage