UICollectionView Self Sizing Cells with Auto Layout

I’m trying to get self sizing UICollectionViewCells working with Auto Layout, but I can’t seem to get the cells to size themselves to the content. I’m having trouble understanding how the cell’s size is updated from the contents of what’s inside the cell’s contentView. Here’s the setup I’ve tried: Custom UICollectionViewCell with a UITextView in … Read more