In today's tutorial, we'll look at how to support dynamic cell content within our UICollectionView. We'll first create a Post class to hold all the individual information for our cells. Then we'll move onto changing our vertical constraints to support varying text lengths in each Post object.