The new cell registration type in iOS 14: UICollectionViewListCell Accessories API of list cells Options to configure both leading and trailing side of the cell Configure multiple accessories on the same side
Use a generic registration type which incorporates a configuration closure for setting up a new cell from a view model. Cell content configurations. Standardized layouts for cells similar to what is seen in UITableView standard cell types. Can be used with any cell, or even a generic UIView...