TNImageSliderViewController
TNImageSliderViewController copied to clipboard
A Swift image slider component based on UICollectionView
import TNImageSliderViewController not found swift 5
I get a warning for TNImageSliderViewController.swift: `Instance method 'scrollViewDidEndDecelerating(scrollView:)' nearly matches optional requirement 'scrollViewDidEndDecelerating' of protocol 'UIScrollViewDelegate'` Could you please fix this?
Swift 3
When do you think you will be able to support swift 3?
Hi, I just started receiving issues when I converted to Swift 2.3 in my project. See attached.  Any suggestions? I can probably move the project...
it's kind of awkward, but is not working properly with constraints in a Tab Bar application, no problems in single View Application or a Tab Bar application without constraints, if...
Added a feature that allows user to specify the location of the Page Control as one of the following: Top, Bottom, Right, Left. Can be used just like the Example...
Hey, How do I load the image from URL?
``` private func setupAutoSliderIfNeeded() { if options.autoSlideIntervalInSeconds > 0 { NSTimer.scheduledTimerWithTimeInterval(options.autoSlideIntervalInSeconds, target: self, selector: #selector(TNImageSliderViewController.timerDidFire(_:)), userInfo: nil, repeats: true) } } ``` this function has some errors, Expected seperator, Expected...
Trying to install with CocoaPods but getting this upon building: (Yes I've cleared the derived data/reinstalled with CocoaPods several times) error: /Users/JDoubs/Library/Developer/Xcode/DerivedData/HList-fvhzfcrevwcftfajqktcdfqymaha/Build/Products/Debug-iphonesimulator/TNImageSliderViewController/TNImageSliderViewController.bundle: No such file or directory