Hi Everyone
I'm searching how to animate multiple images in a sequence.
ex) image01, 02, 03, 04, 05
Each image is expected to be displayed in a sequence every about 50ms.
Just using Image view and timer is correct way? I suppose there is better and more standard way..
Any one knows that?
I'm searching how to animate multiple images in a sequence.
ex) image01, 02, 03, 04, 05
Each image is expected to be displayed in a sequence every about 50ms.
Just using Image view and timer is correct way? I suppose there is better and more standard way..
Any one knows that?
Have a look here on how to display sequence of images.
https://stackoverflow.com/questions/45745432/ios-11-animated-gif-display-in-uiimageview
Note that creating a gif is not an option, as it cannot be displayed in UIImageView.
https://stackoverflow.com/questions/39706401/generate-and-export-an-animated-gif-via-swift-3-0
https://stackoverflow.com/questions/45745432/ios-11-animated-gif-display-in-uiimageview
Note that creating a gif is not an option, as it cannot be displayed in UIImageView.
https://stackoverflow.com/questions/39706401/generate-and-export-an-animated-gif-via-swift-3-0