
Animating GIFs and APNGs with CGAnimateImageAtURLWithBlock in SwiftUI
This year Apple added CGAnimateImageAtURLWithBlock and CGAnimateImageDataWithBlock for animating GIFs and APNGs on all the platforms to the ImageIO framework. We can pass in URL or data and get callbacks… Read more Animating GIFs and APNGs with CGAnimateImageAtURLWithBlock in SwiftUI →