ImageSlideshow
ImageSlideshow copied to clipboard
Use imageViewProvider to create imageView
Motivation:
In some cases, I want to use a UIImageView's subclass in slideshow. For example, to display animations using FLAnimatedImage
.
How to use:
let slideshow = ImageSlideshow()
slideshow.imageViewProvider = { FLAnimatedImageView() }