InfiniteViewSlider 0.0.2

InfiniteViewSlider 0.0.2

Maintained by Jongchan Park.



  • By
  • Jongchan Park

InfiniteViewSlider

CI Status Version License Platform

Description

Easy-to-use Infinite Paging ScrollView.

Usage

let slider = InfiniteViewSlider(frame: ... )

slider.viewArray = [subView1, subView2]
slider.isAutoSlideEnabled = true
slider.slideTimeInterval = 1.0

view.addSubView(slider)

Screenshot

Example

To run the example project execute pod try 'InfiniteViewSlider' from terminal.

Requirements

  • Swift 4.1
  • iOS 9.0

Installation

InfiniteViewSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'InfiniteViewSlider'

Author

Jongchan Park, [email protected]

License

InfiniteViewSlider is available under the MIT license. See the LICENSE file for more info.