I think it should be reconsidered. Many a times I come across UITableViewCell/UICollectionViewCell subclasses which, in my opinion, seem too niche of an implementation. It needs to abstracted. Requirement: To display, say, a collection view in a row of a table view. Widely implemented solution: Create a UITableViewCell sublclass and add a collection view…