Glideshow
Glideshow copied to clipboard
An elegant animated slideshow written in swift
Is it possible to support custom UIImageView.contentMode? https://github.com/v15a1/Glideshow/blob/master/Glideshow/GlideCell.swift#L173
Looking at `configure( with item : GlideItem, placeholderImage : UIImage?)` in GlideCell it looks to be that one of backgroundImage or imgURL will always be needed? If so, should we...
This will give future contributors some context into what 33 is instead of just having a random magic number throughout the code base. I don't think this is the ideal...
What is 33 in Glideshow.swift when it comes to `33 * items!.count`. I see this being used many times but not sure what the 33 is doing.
When attempting to embed in an HStack like such while working with SwiftUI ``` HStack{ Glideshow().items = [ GlideItem(title : "Hello there", description: "General Kenobi!", backgroundImage: UIImage(named: "image1")), ] }...
When we add only two item for banner slide and we move at IndexPath:- [0, 110] in animateSlideWithTime(_ timer : Timer?) function then app crash. I am checking on iPhone...