TNImageSliderViewController icon indicating copy to clipboard operation
TNImageSliderViewController copied to clipboard

A Swift image slider component based on UICollectionView

Results 14 TNImageSliderViewController issues
Sort by recently updated
recently updated
newest added

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?

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. ![screenshot 2016-10-16 16 35 00](https://cloud.githubusercontent.com/assets/5413207/19421823/ae7e5fac-93be-11e6-9b11-13ea7c2f8c0d.png) 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