Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

zhixingxi/MITCycleScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

MITSycleScrollView

  1. Swift实现的无限循环网络图片轮播器;
  2. 使用Kingfisher加载网络图片;
  3. 支持自动轮播时间间隔,pageControl颜色等设置;
  4. 支持通过代理实现图片的点击事件
  • 使用示例:

let mitView = MITSycleScrollView(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.size.width, height: UIScreen.main.bounds.size.width / 2)) mitView.currentPageColor = UIColor.red mitView.timeSeconds = 2 mitView.pageColor = UIColor.white mitView.delegate = self view.addSubview(mitView) mitView.imageArray = [""]

About

Swift实现的的一个无限循环网络图片自动轮播器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /