CollectionViewSelfSizing-Final
CollectionViewSelfSizing-Final copied to clipboard
Collection View Cells Self-Sizing: Step by Step Tutorial. See blog post for more details http://www.vadimbulavin.com/collection-view-cells-self-sizing/
iPhone XR, iOS 15.3.1 Incorrect layout after device rotation 
HI @V8tr Thanks for your demo I encounter a problem when I set cell.maxWidth = collectionView.bounds.width/2 it works nicely for the initial load. but when I reload the collectionView collectionView.reloadData()...