Giter VIP home page Giter VIP logo

aacyclescrollview's Introduction

AACycleScrollView

  • 项目地址:AACycleScrollView ( Demo见项目地址)
  • 实现效果:自动轮播,无限轮播

Apr-15-2019 16-29-41.gif

  • 最新更新:
    1. 支持横向、纵向滑动
aaCycle.scrollDirection = .vertical
  1. 支持自定义轮播样式(代理方法返回自定义类或者nib)
extension YourClass: AACycleScrollViewDataSource, AACycleScrollViewDelegate {
    
    func customCellNib(_ cycleView: AACycleScrollView) -> UINib? {
    }
    
    func setCustomCell(_ cell: UICollectionViewCell, in index: Int, with cycleView: AACycleScrollView) {
    }
    
    func numbersOfItems(_ cycleView: AACycleScrollView) -> Int {
    }
    
}
  • 集成方式:

    1. 项目原地址下载后,把AACycleScrollView文件夹拖入项目
    2. Cocoapods pod 'AACycleScrollView'
  • 使用方式:

        let aaCycle = AACycleScrollView.init(frame: CGRect.init(x: 0, y: 80, width: kScreenW, height: 200))
        aaCycle.autoScrollTimeInterval = 2
        aaCycle.dataSource = self
        aaCycle.delegate = self
        view.addSubview(aaCycle)

代理方法:

//点击选中一张轮播图
func cycleScrollView(_: AACycleScrollView, didSelected index: Int)

欢迎集成和使用,联系方式:[email protected]

aacyclescrollview's People

Contributors

fxxxxxx avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.