Releases: zvonicek/ImageSlideshow
Releases · zvonicek/ImageSlideshow
1.8.0
Update for SDWebImage 5 (#324)
1.7.0
Merge branch 'swift-4.2'
# Conflicts:
# ImageSlideshow.podspec
1.6.1
Fixes
- Fixed Carthage build (#258)
- Fixed memory issues (#255)
1.6.0
New Features
- Page Indicator customization (#251)
Fixes
- Fixed animation problem on orientation change (#234)
- Fixed missing close button image in Carthage build (#247)
1.5.3
Fixes
- Fixed Close broken button in Full screen controller (#242)
- Fixed retain cycle (#241, @piercifani)
1.5.2
New Features
- Example project demonstrating usage of Image Slideshow with parent UIImageView
Fixes
- Fix image shift on iPhone X landscape (#200)
- Add closeButtonFrame property to Full Screen controller (#226)
- Don't trigger interactive gesture recognizer on horizontal pans, fixes single image sliding issue (#224)
- Fix interactive dismiss regression on iOS 11