Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashfurrow/collection-view-in-a-table-view-cell
Sample code for my tutorial
https://github.com/ashfurrow/collection-view-in-a-table-view-cell
Last synced: 2 days ago
JSON representation
Sample code for my tutorial
- Host: GitHub
- URL: https://github.com/ashfurrow/collection-view-in-a-table-view-cell
- Owner: ashfurrow
- License: mit
- Created: 2015-11-03T23:30:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T17:26:19.000Z (over 3 years ago)
- Last Synced: 2024-12-16T17:25:22.295Z (10 days ago)
- Language: Swift
- Homepage: http://ashfurrow.com/blog/putting-a-uicollectionview-in-a-uitableviewcell-in-swift/
- Size: 15.6 KB
- Stars: 395
- Watchers: 15
- Forks: 81
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
Putting a collection view inside a table view cell has become a common user interface pattern. This repository contains sample code for a [tutorial where I show you how to do just that](http://ashfurrow.com/blog/putting-a-uicollectionview-in-a-uitableviewcell-in-swift/).
This code is licensed under MIT, so you can do whatever you like with it. If you have a question, just [open an issue](https://github.com/ashfurrow/Collection-View-in-a-Table-View-Cell/issues/new) :tada: