SwiftUI SwiftUI animated image view that works on iOS and layout just as SwiftUI.Image Aug 15, 2021 1 min read SwiftUI.AnimatedImage 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") ], Swift Usage import AnimatedImage struct MyView: View { var body: some View { AnimatedImage(data: imageData) .scaledToFit() } } Swift GitHub https://github.com/krzyzanowskim/SwiftUI.AnimatedImage SwiftUIAnimationsLayout
Layout Easily generating SwiftUI previews across multiple devices and multitasking layouts Easily generating SwiftUI previews across multiple devices and multitasking layouts 27 October 2023
Animations Immersive Modal Experience with Custom Animations written in SwiftUI Immersive Modal Experience with Custom Animations written in SwiftUI 11 September 2023
Swipe An animated swipe to delete using SwiftUI 5 and Rive animations An animated swipe to delete using SwiftUI 5 and Rive animations 10 September 2023