{"id":2869,"url":"https://github.com/giulio92/GLTableCollectionView","last_synced_at":"2025-07-31T13:30:26.726Z","repository":{"id":215156378,"uuid":"74660131","full_name":"giulio92/GLTableCollectionView","owner":"giulio92","description":"Netflix and App Store like UITableView with UICollectionView, written in pure Swift 4.2","archived":false,"fork":false,"pushed_at":"2019-01-11T10:45:33.000Z","size":12643,"stargazers_count":705,"open_issues_count":0,"forks_count":37,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-08-15T00:20:02.933Z","etag":null,"topics":["ios","swift","uicollectionview","uitableview","uitableviewcell","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giulio92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-11-24T09:54:16.000Z","updated_at":"2024-06-17T11:21:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e299a793-5f58-4061-bdf9-640d409cf151","html_url":"https://github.com/giulio92/GLTableCollectionView","commit_stats":null,"previous_names":["giulio92/gltablecollectionview"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulio92%2FGLTableCollectionView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulio92%2FGLTableCollectionView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulio92%2FGLTableCollectionView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giulio92%2FGLTableCollectionView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giulio92","download_url":"https://codeload.github.com/giulio92/GLTableCollectionView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228248468,"owners_count":17891447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","swift","uicollectionview","uitableview","uitableviewcell","xcode"],"created_at":"2024-01-05T20:16:25.005Z","updated_at":"2024-12-05T06:31:29.012Z","avatar_url":"https://github.com/giulio92.png","language":"Swift","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=giulio%2elombardo%40gmail%2ecom\u0026lc=IT\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"],"categories":["UI","Swift"],"sub_categories":["Table View / Collection View","Other free courses"],"readme":"# GLTableCollectionView\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/giulio92/GLTableCollectionView/blob/master/GitHub%20Page/Images/logo.png\" width=\"675\"\u003e\n\u003c/p\u003e\n\n|**Branch**|**Status**|\n|:--------:|:--------:|\n|`master`|[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=592889ed482e8d00016f99eb\u0026branch=master\u0026build=latest)](https://dashboard.buddybuild.com/apps/592889ed482e8d00016f99eb/build/latest?branch=master)|\n|`develop`|[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=592889ed482e8d00016f99eb\u0026branch=develop\u0026build=latest)](https://dashboard.buddybuild.com/apps/592889ed482e8d00016f99eb/build/latest?branch=develop)|\n\n![Language](https://img.shields.io/badge/language-Swift%204.2-orange.svg)\n![Supported platforms](https://img.shields.io/badge/platform-iOS-lightgrey.svg)\n[![codebeat badge](https://codebeat.co/badges/5a29ccd4-fda0-45d1-ae57-e7158e01449a)](https://codebeat.co/projects/github-com-giulio92-gltablecollectionview)\n[![license](https://img.shields.io/github/license/giulio92/GLTableCollectionView.svg)](https://github.com/giulio92/GLTableCollectionView/blob/master/LICENSE.txt)\n\n## What it is\nGLTableCollectionView 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.\n\n|          |  GLTableCollectionView  |\n|----------|-------------------------------|\n🔄|The **same** `UITableView` reusable cells logic provided from Apple's implementation\n♻️|`UICollectionView` cell recycle\n🆒|Both `UITableView` \u0026 `UICollectionView` can have their own sections and/or headers\n🎨|Customization of `UICollectionViewCell`s using the same `UICollectionViewDelegate Flow Layout` you already know\n✨|Previous `UICollectionView` **.contentOffset** value restoration after scroll\n↔️|`UICollectionView` cell-size-based scroll pagination, see below for instructions\n📐|Storyboard and Auto Layout compatibility\n💎|Clean architecture\n🔧|Unit Tests\n\n## Enable/disable scroll pagination\nSet `paginationEnabled` variable `true` in GLTableCollectionViewController class, `false` to disable. Default value is `true`.\n```\n/// Set true to enable UICollectionViews scroll pagination\nvar paginationEnabled: Bool = true\n```\n\n## Demo\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/giulio92/GLTableCollectionView/raw/master/GitHub%20Page/Images/demonstration.gif\" width=\"220\"\u003e\n\u003c/p\u003e\n\n## How it works\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/giulio92/GLTableCollectionView/raw/master/GitHub%20Page/Images/diagram.png\" width=\"625\"\u003e\n\u003c/p\u003e\n\n## Requirements\n- Xcode 10.0+\n- Swift 4.2+\n- iOS 9.0+\n- [SwiftLint](https://github.com/realm/SwiftLint) (Optional, but _highly_ suggested)\n\n## Donations\n- [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=giulio%2elombardo%40gmail%2ecom\u0026lc=IT\u0026currency_code=EUR\u0026bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)\n\n- BTC: `3Mc25tFtxxwD9mXqtxFn5Qvkbndg3NhvXi`\n\n- LTC: `MUoZzdDqD2BkWsVpcSv1pQVHhCcUuiADCL`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiulio92%2FGLTableCollectionView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiulio92%2FGLTableCollectionView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiulio92%2FGLTableCollectionView/lists"}