Pick back the code, and implements the bitmap frame extract using the new API (That LottieCompositionLayer)
And during the development, I found a bad design that SDAnimatedImageView.sd_setImage(with:) hardcode the .animatedImageClass to SDAnimatedImage.self. It's not easy to use.
Pick back the code, and implements the bitmap frame extract using the new API (That
LottieCompositionLayer
)And during the development, I found a bad design that
SDAnimatedImageView.sd_setImage(with:)
hardcode the.animatedImageClass
toSDAnimatedImage.self
. It's not easy to use.This will be fixed in SDWebImage v5.13.1 as well.