Is there no way to play an apng
file directly in iOS?
I tried AVAnimator
, but its solution is to convert the apng
file to mvid
and then play it frame-by-frame and then to reduce file storage space, it would compress the mvid
file into 7z
.
So, my question is,
- Am I right about what
AVAnimator
does? - Is there any other solution apart from
AVAnimator
for this?