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

Hi all I am using this library and i dont know way how to use these feature configure slideshowInterval - slideshow interval in seconds (default 0 – disabled) zoomEnabled -...

When I scroll from the first image backward to the last one, sometime the slider will blink (please refer the video around 3-4 sec). I am using preload with fixed(offset:...

I have made a simple example. But I get this error. I use cocoapods to pods the latest version is 1.9. Can anyone help me with the explanation? ![Screen Shot...

I'm using CI to build my App. So I can't change the target. /Users/[REDACTED]/git/Pods/ImageSlideshow/ImageSlideshow/Classes/InputSources/KingfisherSource.swift:13:8: compiling for iOS 10.0, but module 'Kingfisher' has a minimum deployment target of iOS 12.0: /Users/[REDACTED]/Library/Developer/Xcode/DerivedData/KirOps-fyjarvswqgnloecwjincivxnewga/Build/Intermediates.noindex/ArchiveIntermediates/KirOps/BuildProductsPath/Release-iphoneos/Kingfisher/Kingfisher.framework/Modules/Kingfisher.swiftmodule/arm64-apple-ios.swiftmodule

![image](https://user-images.githubusercontent.com/6859844/163914479-21e1802e-720b-421c-999c-94c602b210dd.png) Thanks

Even when I changed the transition from the page on which the image slide show is implemented, the SlideShow timer Still worked. how to stop imageSlideshow?

When I try to add a swipe gesture to the fullscreen view nothing happens. I am wondering what the top view is because I have tried adding the gesture to...

Add support to present a Controller as slideshow instead of just a SubView.

How can I force the imageslider to go to the next or previous image after tapping a custom button IBAction?