Skip to content

huisedediao/XBBannerView-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XBBannerView-swift

基于collectionView的无限循环图片滚动框(基于swift3)

要添加功能,子类重写setParamsWithIndex方法即可

    //子类重写,index即为当前图片序号
    func setParamsWithIndex(index:NSInteger) -> Void {
        
    }

使用参考example

About

基于collectionView的无限循环图片滚动框

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages