Skip to content

A drop-in carousel view. Most of Apps put it in their first screen.

License

Notifications You must be signed in to change notification settings

Steven-Yung/PSCarouselView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSCarouselView

扔进你的项目就可以用了!实现了很多app都需要的首页广告轮播功能。

A drop-in carousel view. Most of Apps put it in their first screen.

###效果图 image

###开始使用 Getting Start

  1. Storyboard拖拽一个UICollectionView到你要放轮播的位置,约束好大小
  2. Storyboard中将这个CollectionView的类设置为PSCarouselView
  3. 连接IBOutletViewController
  4. 给carouselView的*imageURL*赋值。

###注意:

  1. 如果你想做个pageControl,请实现代理方法。
  2. 控件需要使用SDWebImage,请确保你的工程中导入了SDWebImage。

详情请参阅Demo

For more,download and see in demo。

About

A drop-in carousel view. Most of Apps put it in their first screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%