CollectionViewShelfLayout
Shelf layout
A UICollectionView subclass that displays items in rows without nested views
A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack.
377 stars
8 watching
30 forks
Language: Swift
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yahoojapan/uicollectionviewsplitlayout | A layout class for UICollectionView that divides sections into two columns. | 243 |
fdzsergio/sffocusviewlayout | A UICollectionViewLayout subclass for displaying focused content on a UICollectionView. | 1,761 |
vladiacobionut/swinflate | A collection of reusable layouts for UICollectionView | 229 |
stuffrabbit/swiftspreadsheet | A collection view layout for Swift that creates a customizable spreadsheet layout with fully adjustable borders and headers. | 641 |
eleev/compositional-layouts-kit | A collection of advanced compositional layouts for UICollectionView in iOS and iPadOS applications. | 438 |
matbeich/stickycollectionview-swift | A custom UICollectionView layout designed to display overlapping cells | 325 |
benemdon/centeredcollectionview | A lightweight collection view layout that simulates the 'carousel effect' | 1,378 |
tdscientist/shelfview-ios | A custom iOS view to display book information on screen | 268 |
filletofish/cardslayout | A custom Collection View layout designed for creating card-based interfaces | 856 |
maherksantina/mspeekcollectionviewdelegateimplementation | A custom paging behavior that peeks the previous and next items in a collection view | 358 |
yonat/checkmarkcollectionviewcell | A custom UICollectionViewCell with an optional checkbox and circle design for selecting items in a collection view | 65 |
giulio92/gltablecollectionview | A reusable collection view controller with customizable UITableView and UICollectionView components | 706 |
terenceluffy/appstorestylehorizontalscrollview | A reusable horizontal scroll view component with customizable layout and behavior | 660 |
robertherdzik/rhpreviewcell | A custom UITableViewCell implementation that provides a way to preview and interact with the content under a table view cell | 386 |
nemecek-filip/compositionaldiffableplayground.ios | A collection of examples showcasing various compositional layout and diffable data source techniques in iOS development. | 638 |