Using CollectionView in UIView with xib file
问题 i'm doing with this, i want to use CollectionView, but i haven't seen prototype cell, and don't know how to use CollectionView in this case, can someone help me ? I try to use like this way but it take alot of time and hard to manage than UICollectionView 回答1: The main way to use UICollectionView is by managing the logic programmatically. First, create a new class which inherits from UICollectionViewCell . Choose if you want to include a xib to easily design your cell: Design your cell with