ImageSlideshow icon indicating copy to clipboard operation
ImageSlideshow copied to clipboard

Swift image slideshow with circular scrolling, timer and full screen viewer

Results 78 ImageSlideshow issues
Sort by recently updated
recently updated
newest added

Hello guys, my situation is a bit special, and I can not solve it. I want to use ImageSlideShow to only apply to one of the cells in the tableView....

Add `initialPage: Int` argument to `setImageInputs` and `reloadScrollView`. This allows the image inputs to be changed after initialization while keeping position in the slideshow. For example, if the user gets...

Hello, I was wondering if there was a way to set a custom view over an InputSource. I need some actions in some of my sources and haven't find a...

https://stackoverflow.com/questions/61553899/how-can-i-use-imageslidershow-pod-with-collectionview-in-swift

Hi, I'm using the default activityIndicator when loading the image. But even after loading the image the activityIndicator is still animating. Is there any way to know whether the image...

#### Motivation: In some cases, I want to use a UIImageView's subclass in slideshow. For example, to display animations using `FLAnimatedImage`. #### How to use: ```swift let slideshow = ImageSlideshow()...

Double tap now zooms to fill the ImageSlideshow view (screen). `maximumZoomScale` is still respected and can be set to a much higher scale to allow closely zooming images beyond what...

I've noticed a small bug in vertical scrolling. When you place the view on top of the navigation bar, it starts scrolling vertically as well as horizontally. These lines of...