All Projects → 2877025939 → Planadscrollview

2877025939 / Planadscrollview

使用CollectionView实现的轮播图,丝滑的流畅,支持网络图片和本地图片轮播,混合也是支持的!

Projects that are alternatives of or similar to Planadscrollview

Diffabledatasources
💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
Stars: ✭ 601 (+413.68%)
Mutual labels:  collectionview
Collectionview
SwiftUI implementation of a collection view, similar to UICollectionView with UICollectionViewFlowLayout.
Stars: ✭ 37 (-68.38%)
Mutual labels:  collectionview
Cardsstack
An awesome set of cards at your disposal ✌️ ⚡️
Stars: ✭ 97 (-17.09%)
Mutual labels:  collectionview
Tysnapshotscroll
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
Stars: ✭ 709 (+505.98%)
Mutual labels:  collectionview
Ascollectionview
A SwiftUI collection view with support for custom layouts, preloading, and more.
Stars: ✭ 878 (+650.43%)
Mutual labels:  collectionview
Paging Collection View Layout
custom collection view layout that allows you to page by cell, not screen
Stars: ✭ 65 (-44.44%)
Mutual labels:  collectionview
Datasources
💾 🔜📱 Type-safe data-driven CollectionView, TableView Framework. (We can also use ASCollectionNode)
Stars: ✭ 553 (+372.65%)
Mutual labels:  collectionview
Rxasdatasources
RxDataSource for AsyncDisplayKit/Texture
Stars: ✭ 114 (-2.56%)
Mutual labels:  collectionview
Swipeselectingcollectionview
A collection view subclass that enables swipe to select multiple cells just like in Photos app.
Stars: ✭ 34 (-70.94%)
Mutual labels:  collectionview
Collectionnode
a collectionView made for Sprite Kit
Stars: ✭ 96 (-17.95%)
Mutual labels:  collectionview
Chainpagecollectionview
A custom View with fancy collectionView animation
Stars: ✭ 760 (+549.57%)
Mutual labels:  collectionview
Modelassistant
Elegant library to manage the interactions between view and model in Swift
Stars: ✭ 26 (-77.78%)
Mutual labels:  collectionview
Jotify
Sticky notes reimagined - written in Swift
Stars: ✭ 79 (-32.48%)
Mutual labels:  collectionview
Cardslayout
⭐️ Custom card-designed CollectionView layout
Stars: ✭ 686 (+486.32%)
Mutual labels:  collectionview
Wbcollectionviewlayout
Library used to provide different type of custom Layouts within 30 second of time
Stars: ✭ 105 (-10.26%)
Mutual labels:  collectionview
Jxcategoryview
A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
Stars: ✭ 5,561 (+4652.99%)
Mutual labels:  collectionview
Rxiglistkit
RxSwift wrapper for IGListKit
Stars: ✭ 44 (-62.39%)
Mutual labels:  collectionview
Pull To Refresh
ESPullToRefresh is developed and maintained by Vincent Li. If you have any questions or issues in using ESPullToRefresh, welcome to issue. If you want to contribute to ESPullToRefresh, Please submit Pull Request, I will deal with it as soon as possible.
Stars: ✭ 1,591 (+1259.83%)
Mutual labels:  collectionview
Collectionview
An easy to use, highly customizable replacement for NSCollectionView.
Stars: ✭ 107 (-8.55%)
Mutual labels:  collectionview
Flowlayout
UICollectionView WaterFlowLayout. 瀑布流.
Stars: ✭ 94 (-19.66%)
Mutual labels:  collectionview

PlanADScrollView

使用CollectionView实现的轮播图,支持网络和本地图片轮播,图片缓存使用SDWebImage

#点击右上角的 star、watch 按钮,可以收藏本仓库,看到本仓库的更新!

PlanADScrollView *ad =[[PlanADScrollView alloc]initWithFrame:CGRectMake(0, 100, self.view.frame.size.width, 200)imageUrls:imageUrls placeholderimage:[UIImage imageNamed:@"placeholderimage"]];
ad.delegate =self;
ad.pageContolStyle = PlanPageContolStyleRectangle;
[self.view addSubview:ad];

pageContolStyle 有三种方法: 1.pageControl 默认圆点 2.方条 3.图片

img

在iOS开发的过程中如有遇到问题,欢迎联系我进行探讨交流.

邮箱:[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].