/ImageCycleScrollView

A cycle scrollview in swift supporting autoplay and manual play

Primary LanguageSwiftMIT LicenseMIT

ImageCycleScrollView

Build Status Swift CocoaPods Carthage compatible

This is a cycle scrollview in swift supporting autoplay and manual play.

Features

  • Support both frame and autolayout, and you can add ImageCycleScrollView by both code and storyboard.
  • Support image from server, and you can reset the imageUrls.

Installation

  • For iOS 8+ projects with CocoaPods:

    pod 'ImageCycleScrollView'
    
  • For iOS 8+ projects with Carthage:

    github "shinancao/ImageCycleScrollView"
    

Screenshots

License

ImageCycleScrollView is released under the MIT license. See LICENSE for details.