Collection-View-in-a-Table-View-Cell
Collection-View-in-a-Table-View-Cell copied to clipboard
Add rows in the table and cells in the collection
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
Hmm, deleting/adding rows to the table view should be relatively straightforward based on standard UITableView API calls. Adding/deleting cells to the collection should be very similar, too. Let me know how it goes, and if I can offer help with specific questions.