UICollectionView cell subviews do not resize
问题 In a CollectionView , some cells should have an additional subview or layer. The CollectionView can be told to resize it\'s cells, thus all content needs to resize appropriately. Currently, the cell is initialized from a nib containing a cell with imageview; the cell nib is linked to a custom UICollectionViewCell subclass, that only does the init. Autoresize subviews is checked. The CollectionView is told to resize the cell by a value derived and returned in sizeForItemAtIndexPath: . I have