好了好了,你们也别骂了,让我来告诉你们collectionview怎么做吧,只需要设置flowLayout的这2个属性为auto就可以了,亲测有效哈:
flowLayout.itemSize = UICollectionViewFlowLayout.automaticSize
flowLayout.estimatedItemSize = UICollectionViewFlowLayout.automaticSize
UITableViewCell和UICollectionViewCell自适应高度UITableView和UICollectionView想通,此处就已UITableView为例 UITableView自带自适应属性 UITableViewCell中布局t...