- August 28, 2025
- Mins Read
| Branch | Status |
|---|---|
master |
|
develop |
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 |
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


BTC: 3Mc25tFtxxwD9mXqtxFn5Qvkbndg3NhvXi
LTC: MUoZzdDqD2BkWsVpcSv1pQVHhCcUuiADCL
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...