23 skills found
KelvinJin / AnimatedCollectionViewLayoutA UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
ekazaev / ChatLayoutChatLayout 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.
iwheelbuy / SquareMosaicLayoutAn extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations :large_orange_diamond:
minhntran / MTCardLayoutMimicking the behavior of the Passbooks apps in iOS using a custom UICollectionViewLayout.
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.
awdigital / AWCollectionViewSlidingDoorsCustom UICollectionViewLayout to create a slick vertical sliding effect.
CanTheAlmighty / PassbookLayoutMimicking the behaviour of the Passbooks apps in iOS using a custom UICollectionViewLayout
MichalTKwiecien / Custom UICollectionViewLayout ResearchProject created to test the possibilities of UIKit API for custom collection view layouts
johntvolk / ExpandableColumnLayoutCustom column-based UICollectionViewLayout with optional expandable drawer functionality.
tralf / SKRaggyCollectionViewLayoutCustom UICollectionViewLayout for layout with horizontal scrolling, fixed cell height and variable cell width. Supports raggy style for the first (top) and the last (bottom) rows
inderdhir / StagLayoutCustom UICollectionViewLayout for iOS that supports staggered layout for 2x2 (or 2x1) grids
gspiers / LoopLayoutExample of a Custom UICollectionViewLayout
Kolos65 / PinterestLayoutA custom UICollectionViewLayout subclass in Swift that implements pinterest like layout.
ypresto / RecyclerView AbsoluteLayoutManagerImplement RecyclerView custom layout as easy as UICollectionViewLayout.
naonya3 / NNCardCollectionViewLayoutCustom UICollectionViewLayout like Feedly.
chillok / SimpleCollectionViewPointGraphSimple Point Graph controlled via a UICollectionView with custom UICollectionViewLayout subclass
youxiaomingbai / Cardcollectionviewlayoutcustom UICollectionviewLayout to achieve card effect
macguru / CustomCollectionViewLayoutCustom UICollectionViewLayout that demonstrates how cells can invalidate proposed layout attributes and a custom layout that can enter a shorter display mode when space becomes short.
loganjones / LJCollectionViewTableLayoutCustom UICollectionViewLayout for displaying items in a two dimensional data table (rows & columns).
CodingMeSwiftly / ASCollectionNodeAutoHeaderDemonstrates how ASCollectionNode can be used with a custom UICollectionViewLayout subclass and self-sizing supplementary nodes