SwiftGif
SwiftGif copied to clipboard
Animation stops when image is resized.
#31 What is the resolution for this issue?
One way is put the image into a UIImageView, set UIImageView.contentMode to UIView.contentMode.scaleToFill, and adjust UIImageView.bounds to desired size.