This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5429927-beginning-collection-views/lessons/4
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5429927-beginning-collection-views/lessons/4
As we all know ,UITableView can add more custom cell in one tableview, but how to make it happen in UICollectionView, for instance I have four types of different cells in my project , but how to make it happen, i know one cell must configure one collectionview
@pasanpr Can you please help with this when you get a chance? Thank you - much appreciated! :]
@ys_xs Itβs more or less the same. Later on in the course we will use the data source initializer that allows you to configure the cell. This method is very much like tableView(_:cellForRowAt:)
and you can configure cells as you need