Popularity
6.0
Stable
Activity
0.0
Stable
703
20
37

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Latest version: v1.83

GLTableCollectionView alternatives and similar libraries

Based on the "Table View / Collection View" category.
Alternatively, view GLTableCollectionView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of GLTableCollectionView or a related project?

Add another 'Table View / Collection View' Library

README

GLTableCollectionView

Branch Status
master BuddyBuild
develop BuddyBuild

Language Supported platforms codebeat badge license

What it is

GLTableCollectionView is a ready to use UITableViewController with a UICollectionView for each UITableViewCell, something like Netflix, Airbnb or the Apple's App Store are doing in their iOS apps. GLTableCollectionView is completely customizable in both its UITableView and UICollectionView parts since it has been made on the same Data Source and Delegate methods with no complicated additions.

GLTableCollectionView
πŸ”„ The same UITableView reusable cells logic provided from Apple's implementation
♻️ UICollectionView cell recycle
πŸ†’ Both UITableView & UICollectionView can have their own sections and/or headers
🎨 Customization of UICollectionViewCells using the same UICollectionViewDelegate Flow Layout you already know
✨ Previous UICollectionView .contentOffset value restoration after scroll
↔️ UICollectionView cell-size-based scroll pagination, see below for instructions
πŸ“ Storyboard and Auto Layout compatibility
πŸ’Ž Clean architecture
πŸ”§ Unit Tests

Enable/disable scroll pagination

Set paginationEnabled variable true in GLTableCollectionViewController class, false to disable. Default value is true.

/// Set true to enable UICollectionViews scroll pagination
var paginationEnabled: Bool = true

Demo

How it works

Requirements

  • Xcode 10.0+
  • Swift 4.2+
  • iOS 9.0+
  • SwiftLint (Optional, but highly suggested)

Donations

  • PayPal

  • BTC: 3Mc25tFtxxwD9mXqtxFn5Qvkbndg3NhvXi

  • LTC: MUoZzdDqD2BkWsVpcSv1pQVHhCcUuiADCL


*Note that all licence references and agreements mentioned in the GLTableCollectionView README section above are relevant to that project's source code only.