24 skills found
KelvinJin / AnimatedCollectionViewLayoutA UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
njdehoog / NHBalancedFlowLayoutUICollectionViewLayout subclass for displaying items of different sizes in a grid without wasting any visual space. Inspired by: http://www.crispymtn.com/stories/the-algorithm-for-a-perfectly-balanced-photo-gallery
bryceredd / RFQuiltLayoutA UICollectionViewLayout subclass to put items in a quilting pattern
pitiphong-p / CollectionViewShelfLayoutA UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack.
manuelescrig / MEVHorizontalContactsAn iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable items.
Antondomashnev / ADMozaicCollectionViewLayoutADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements "brick", "mozaic" or Pinterest style layout.
ivanlisovyi / Hanabi[Deprecated] UICollectionViewLayout subclass with a focus on UICollectionViewCell content.
henrytkirk / HTKDragAndDropCollectionViewLayoutUICollectionViewLayout subclass that works together with a custom UICollectionViewCell to provide drag and drop for a UICollectionView. Works just like UITableView drag and drop. What's unique about this approach is that it does not need to create a "ghost" or "dummy" cell to provide the drag and drop functionality.
ChernyshenkoTaras / SquareFlowLayout🌄 UICollectionViewLayout subclass inspired by Instagram Discover page style layout.
bizibizi / BIZGrid4plus1CollectionViewLayoutBIZGrid4plus1CollectionViewLayout is a subclass of UICollectionViewLayout that creates grid with cell order: 4 small + 1 big, 4 small, 1 big + 4 small, 4 small.
ketzusaka / KEZCollectionViewTableLayoutA UICollectionViewLayout subclass that allows you to create a spreadsheet-like tabular layout.
larryryu / LSSwipeToDeleteCollectionViewLayoutThe UICollectionViewLayout subclass adds swipe to delete functionality to a collectionview
ElegantTeam / ETCollectionViewWaterFallLayoutETCollectionViewWaterFallLayout is a subclass of UICollectionViewLayout written completely in Swift!
johnny0614 / YJZAlbumCollectionViewLayoutYJZAlbumCollectionViewLayout is a UICollectionViewLayout subclass, used as the layout object of UICollectionView.
shingohry / StaggeredGridLayoutUICollectionViewLayout subclass implementation sample. Provide grid layout like Pinterest App.
Kolos65 / PinterestLayoutA custom UICollectionViewLayout subclass in Swift that implements pinterest like layout.
facetdigital / QuiltViewA UICollectionViewLayout subclass, used as the layout object of a UICollectionView for iOS and tvOS, developed in Swift, based on RFQuiltLayout.
chillok / SimpleCollectionViewPointGraphSimple Point Graph controlled via a UICollectionView with custom UICollectionViewLayout subclass
k-neo / StaggeredGridLayoutUICollectionViewLayout subclass implementation Swift sample. Provide grid layout like Pinterest App.
oenius / MAFlowLayoutMACollectionViewFlowLayout is a subclass of UICollectionViewLayout that could position cell via various cell's height.