Here are
93 public repositories
matching this topic...
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders.
Updated
Aug 26, 2020
Swift
The waterfall (i.e., Pinterest-like) layout for UICollectionView.
Updated
Feb 18, 2020
Objective-C
Reimagining UICollectionView
Updated
May 10, 2020
Swift
Updated
Jul 14, 2020
Swift
Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
Updated
Mar 8, 2019
Objective-C
A CollectionView Layout displaying a slanted cells
Updated
Nov 8, 2019
Swift
UICollectionViewLayout with focused content
Updated
Sep 29, 2018
Swift
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries.
Updated
Jun 9, 2020
Swift
Backport of UICollectionViewCompositionalLayout to earlier iOS 12
Updated
Jun 2, 2020
Swift
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift
Updated
Apr 29, 2020
Swift
🌀 Blueprints - A framework that is meant to make your life easier when working with collection view flow layouts.
Updated
Aug 3, 2020
Swift
A collection view layout that gives you control over the horizontal and vertical alignment of the cells.
Updated
Feb 20, 2020
Swift
a simple but highly customizable paging layout for UICollectionView.
Updated
Jul 18, 2020
Swift
Spreadsheet CollectionViewLayout in Swift. Fully customizable. 🔶
Updated
Oct 15, 2019
Swift
An easy-to-use Collection View Layout for card-like animation.
Updated
Sep 30, 2019
Swift
Updated
Jan 3, 2020
Objective-C
📐 A set of custom layouts for UICollectionView with examples [Swift 5.2, iOS 12].
Updated
Oct 21, 2019
Swift
功能描述:WSLWaterFlowLayout 是在继承于UICollectionViewLayout的基础上封装的控件, 目前支持竖向瀑布流(item等宽不等高、支持头脚视图)、水平瀑布流(item等高不等宽 不支持头脚视图)、竖向瀑布流( item等高不等宽、支持头脚视图)、栅格布局瀑布流 4种样式的瀑布流布局。
Updated
Apr 7, 2020
Objective-C
📏 A set of advanced compositional layouts for UICollectionView with examples [Swift 5.2, iOS 13].
Updated
Jul 18, 2020
Swift
A drop-in replacement for UICollectionViewFlowLayout
Updated
Apr 3, 2019
Swift
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.
Updated
May 12, 2020
Swift
An extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations 🔶
Updated
Mar 21, 2019
Swift
ADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements "brick", "mozaic" or Pinterest style layout.
Updated
Oct 29, 2018
Swift
Interesting UICollectionView layouts and transitions
Updated
Jul 14, 2020
Swift
UICollectionView WaterFlowLayout. 瀑布流.
Updated
May 13, 2018
Objective-C
Create bubble layout of UICollectionView using custom layout
Updated
May 23, 2018
Objective-C
UICollectionView 2d-table / grid / spreadsheet layout
Updated
Jul 28, 2015
Objective-C
Horizontal UICollectionViewLayout with Sticky HeaderView
Updated
Mar 13, 2020
Swift
A custom layout object based on flow layout. Added supports for horizontal, vertical alignment and RTL direction of collection view items.(available for both UICollectionView and NSCollectionView)
Updated
May 11, 2020
Objective-C
Improve this page
Add a description, image, and links to the
uicollectionviewlayout
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
uicollectionviewlayout
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Actually the only way to import layouts is cocoapods.
Could be interesting have also Swift Package as a viable solution, maybe with the separate definitions as is done now on Cocoapods.
Also Carthage could be interesting, but at the moment I think with a lower priority...