ImageSlideshow icon indicating copy to clipboard operation
ImageSlideshow copied to clipboard

Use imageViewProvider to create imageView

Open magauran opened this issue 5 years ago • 0 comments

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() }

magauran avatar Feb 15 '20 23:02 magauran