Skip to content

zxhkit/JJCycleView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JJCycleView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'JJCycleView', '~> 0.3.0'

Author

xuanhe, [email protected]

Use

cycleView = JJCycleView(frame: CGRect(x: 0, y: kNavBarHeight+100, width: KScreenWidth, height: 200), images: data, delegate: self, placeholderImage: nil)
cycleView.scrollDirrection = .horizontal
cycleView.imageArray = data
cycleView.isAutoScroll = true
view.addSubview(cycleView)

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published