我有一个UIViewController,其中我有一个UITableView,而在tableViewCell中我有一个collectionView。如何让我的ViewController成为CollectionView的委托以使自己与MVC架构保持一致?
答案 0 :(得分:2)
在cellForRowAt indexPath: IndexPath
集cell.yourCollectionView.delegate = yourViewController
中,在ViewController中实现委托方法