SwiftGif icon indicating copy to clipboard operation
SwiftGif copied to clipboard

Animation stops when image is resized.

Open darthbatman opened this issue 6 years ago • 1 comments

#31 What is the resolution for this issue?

darthbatman avatar May 30 '18 00:05 darthbatman

One way is put the image into a UIImageView, set UIImageView.contentMode to UIView.contentMode.scaleToFill, and adjust UIImageView.bounds to desired size.

jasonsychau avatar Aug 06 '18 03:08 jasonsychau