how to reload a collectionview that is inside a tableviewcell

前端 未结 4 1286
闹比i
闹比i 2020-12-19 10:25

I have a collectionView inside a tableViewCell

for example: \"example\" credit: How to use StoryBoard quick bui

4条回答
  •  别那么骄傲
    2020-12-19 11:13

    create tags for collection view with indexPath.row of UITableView and create an instance of the UICollectionView using the tag and reload !

提交回复
热议问题