CHTCollectionViewWaterfallLayout
CHTCollectionViewWaterfallLayout copied to clipboard
Use UIStackView without setting size explicitly?
Is it possible to leverage the UIStackView to make this control even more amazing? If I were to add a UIStackView to my UICollectionViewCell, I shouldn't have to set the size explicitly. Is something like this possible?
I don't think UIStackView can save your problem.