Slide 65
Slide 65 text
UICollectionFlowLayout UICollectionFlowLayout
UICollectionView
- (void)setCollectionViewLayout:(UICollectionViewLayout *)layout animated:(BOOL)YES
frame( 10,10, 140, 140)
frame( 20,520, 320,420)
frameをセットしてる
だけっぽい。
cell.frame = CGRectMake(10,10,140,140)