I added the animated image support on WebImage. In the future, maybe we can create a new View type (called AnimatedWebImage ? something like that) to make it clear for usage. Which need massive refactory (Including protocol based struct inherency, POP)
I test it on iOS/tvOS/macOS/watchOS, works as expected.
This solve #64 #43
I added the animated image support on
WebImage
. In the future, maybe we can create a new View type (calledAnimatedWebImage
? something like that) to make it clear for usage. Which need massive refactory (Including protocol based struct inherency, POP)I test it on iOS/tvOS/macOS/watchOS, works as expected.