#uicollectionview (20 Repositories)
Ranked open-source repositories tagged with #uicollectionview, scored by pull request acceptance likelihood and maintainer engagement velocity.
0.0%
0.0h
20 repositories tagged #uicollectionview
ekazaev/ChatLayout
ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.
MQZHot/ZCycleView
使用UICollectionView实现常见图片无限轮播,支持自定义cell,自定义pageControl,以及轮播样式
scribd/LiveCollections
Automatically perform UITableView and UICollectionView animations between two sets of immutable data. It supports generic data types and is fully thread-safe.
FluidGroup/StackScrollView
📋 iOS Form UI Builder in Swift (powered by UICollectionView)
BenEmdon/CenteredCollectionView
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift
WizelineLabs/WLEmptyState
WLEmptyState is an iOS based component that lets you customize the view when the dataset of a UITableView or a UICollectionView is empty. We created a sample project with the WLEmptyState component to show how you can use it.
DenTelezhkin/DTCollectionViewManager
Protocol-oriented UICollectionView management, powered by generics and associated types.
iwheelbuy/SquareMosaicLayout
An extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations :large_orange_diamond:
josshad/EHHorizontalSelectionView
Horizontal table view style controller
nsoojin/baraba
Make your UIScrollView scroll automatically when user is looking 👀 by tracking face using ARKit and AVFoundation
devxoul/UICollectionViewFlexLayout
A drop-in replacement for UICollectionViewFlowLayout
malcommac/Owl
A declarative type-safe framework for building fast and flexible lists with UITableViews & UICollectionViews
ApplikeySolutions/VegaScroll
↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
liangdahong/UITableViewDynamicLayoutCacheHeight
🖖高性能的自动计算采用 Autolayout 布局的 UITableViewCell 和 UITableViewHeaderFooterView 的高度,内部自动管理高度缓存。
pavankataria/SwiftDataTables
A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
Shopify/FunctionalTableData
Declarative UITableViewDataSource implementation
KelvinJin/AnimatedCollectionViewLayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
lkzhao/UIComponent
A modern, declarative approach to building user interfaces with UIKit.
wsl2ls/WSLWaterFlowLayout
功能描述:WSLWaterFlowLayout 是在继承于UICollectionViewLayout的基础上封装的控件, 目前支持竖向瀑布流(item等宽不等高、支持头脚视图)、水平瀑布流(item等高不等宽 不支持头脚视图)、竖向瀑布流( item等高不等宽、支持头脚视图)、栅格布局瀑布流 4种样式的瀑布流布局。
foxsofter/LPDMvvmKit
LPDMvvmKit - Elegant MVVM framework in Objective-C.