使UIViewController成为UITableViewCell内UICollectionView的委托

时间:2018-05-28 04:26:20

标签: ios swift uitableview uicollectionview

我有一个UIViewController,其中我有一个UITableView,而在tableViewCell中我有一个collectionView。如何让我的ViewController成为CollectionView的委托以使自己与MVC架构保持一致?

1 个答案:

答案 0 :(得分:2)

cellForRowAt indexPath: IndexPathcell.yourCollectionView.delegate = yourViewController中,在ViewController中实现委托方法