I have a collectionView inside a tableViewCell
for example: credit: How to use StoryBoard quick bui
I found out how! In my tableViewCell class I just need to link the collectionView as an outlet so in my tableViewCell's cellForRowAtIndexPath I just needed to call cell.collectionView.reloadData()
cellForRowAtIndexPath
cell.collectionView.reloadData()