Collection-View-in-a-Table-View-Cell
Collection-View-in-a-Table-View-Cell copied to clipboard
Sample code for my tutorial
Make sure to connect this collection view outlet to the cell’s collection view in the storyboard. Can anyone elaborate on this? i am getting an error "the collectionView outlet from...
Hi, I have implemented collectionview a similar way, but are having issues when getting the data from and external database (Google Firebase). The function that counts the collectionview cells are...
I tried your approach with xib files(not using storyboards in my project), but `func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell` is not called. I registered collection cells in...
I've recently read your great tutorial while I was looking for a solution for my problem: Let's say in each cell of the UICollectionView, a UIImageView and a UILabel are...
Love the code and your tutorial, works great! I have now pulled data from a Parse backend and displayed it in the collectionView cells and I'd like to know how...
Hi, When scrolling the collectioview inside the cell and then scrolling the tableview, the cell that gets reused shows the the collection view scrolled to the position that i scrolled...
Anythoughts what could be make it smother as it reuses cells? Thanks!
I was wondering how you would do this implementation without a TableviewController, but instead with a ViewController, with a tableview inside? I feel like it is a bit limiting to...
How to deal with dynamic collectionview height ?