Collection-View-in-a-Table-View-Cell icon indicating copy to clipboard operation
Collection-View-in-a-Table-View-Cell copied to clipboard

Sample code for my tutorial

Results 30 Collection-View-in-a-Table-View-Cell issues
Sort by recently updated
recently updated
newest added

Hello Ashfurrow, Great Project! Do you have any writing about Add and Delete rows in the table and also Add and Delete cells in the collection. Thanks

Hello, Just a quick question, i'm trying to perform the "peek" and "pop" functionality and have setup my tableview and embedded collectionView per your tutorial. Any pointers on how to...

Hi, great tutorial and example project. I have drawn an outlet to the Height Constraint on the collectionView. The height is fixed with low priority. When I filled my collectionView...

return self.itemMomentNotes[collectionView.tag].count

I have a similar setup with a collection view inside each table view cell. Table view cells' heights are calculated dynamically using auto layout. Sometimes one of these embedded collection...

The error appears whenever i want to open a view which is inside container view

Hi, I tried your solution, but cellForItemAtIndexPath doesn't run but numberOfItemsInSection does. What do you think is the issue? thanks

Hi Ash! I have some doubts: I would like to put different images in every cell and depending on which one the user selects (and knowing through the code which...

Thanks. This is awesome. Can you please help me figure out what is the best way to set the section headers in this case? One way I am thinking is...

Hi! I'm very very new to coding and especially swift. followed your tutorial and am getting this error at the ViewController extension. I made things a little different than your...