UICollectionViewCell content not resizing to layout.itemSize
问题 I have a UICollectionViewCell subclass that I have defined in a nib... It uses AutoLayout to layout all of the (two, lol) components. The date picker is laid out with left, right and bottom constraints to the superview and a height constraint to make sure it always shows full content. Then, when configuring the layout of the collection view I use this... _layout = [[UICollectionViewFlowLayout alloc] init]; _layout.itemSize = CGSizeMake(CGRectGetWidth(self.collectionView.frame),