No image provided.
ReusableProtocol
July 08, 2019 • MIT License
A helpful and pure Swift implemented library for registering and reusing cells or views in the table view and collection view.
SNAdapter
June 02, 2019 • MIT License
iOS swift tableview and collectionView Adapter, powered by generics and associated types
CheckmarkCollectionViewCell
February 11, 2019 • MIT License
UICollectionViewCell with checkbox when it isSelected and empty circle when not - like Photos.app "Select" mode.
No image provided.
CollectionViewSlantedLayout
January 02, 2018 • MIT License
CollectionViewSlantedLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
No image provided.
UICollectionViewSlideLeft
March 31, 2017 • MIT License
A UITableView Swipe to Delete implementation in UICollectionView.
ReuseCellConfigure
August 06, 2016 • MIT License
You can configure ReusableCell without casting!
let cell = tableView.dequeueReusableCellWithIdentifier("LeftIconTableViewCell", classForCell: LeftIconTableViewCell.self) {
$0.alphabetLabel.te...
No image provided.
Self-Sizing Collection View
July 20, 2016 • BSD License
The collection view is a great UI element but it doesn't handle elements with various content sizes elegantly. JMCFlexibleCollectionLayout based on customizable parameters like spacing between cell...
LNICoverFlowLayout
July 09, 2016 • MIT License
Swift-only implementation of YRCoverFlowLayout. Also supports CocoaPods.
ScaledVisibleCellsCollectionView
August 29, 2015 • MIT License
ScaledVisibleCellsCollectionView is check visible cells position. And setting cell's scale and alpha.
[Github here]( https://github.com/ikemai/ScaledVisibleCellsCollectionView)
No image provided.
ARDynamicHeightLayoutCell
June 01, 2015 • MIT License
An simple UICollectionView Category for automatically caculate cell height.
HorizontalScrollableCollectionCell
February 19, 2015 • Unspecified License
UICollectionViewController with a scrollable content inside
MONUniformFlowLayout
January 13, 2015 • MIT License
A simple flow layout the handles the arrangement of the items in a collection view uniformly based on the given number of columns, height of the item, inter item spacing, header height, and footer ...
HTKDynamicResizingCell
November 19, 2014 • Apache 2.0 License
Subclassed UITableView/UICollectionView cells that will auto calculate their size so long as AutoLayout constraints are applied correctly. For iOS 7+. Works similar to how iOS 8's auto sizing of ce...
CADRACSwippeableCell
April 28, 2014 • MIT License
Swippeable UICollectionViewCell subclass made with Reactive Cocoa.
ADLivelyCollectionView
March 25, 2014 • BSD License
ADLivelyCollectionView brings custom animations to UICollectionView.
The library comes with pre-defined animations. They are here mainly for demo purposes and we encourage you design your own, i...
PQCollectionViewCell
June 17, 2013 • Public Domain License
PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell.
To use, subclass PQCollectionViewCell, and use `drawCellView:` instead of `drawRect:` when y...