项目中经常会用到各种各样的cell,有时自定义cell已经无法满足产品的需求,我们可以选择复杂并且开发难度大的开发方式解决问题,当然也可以选择简单但是有技巧的解决方案,其中自定义UICollectionView布局就是一种很好的方式,这节就探讨如何使用自定义UICollectionView布局做出漂亮的界面。
1> prepareLayout
2> layoutAttributesForElementsInRect:
3> shouldInvalidateLayoutForBoundsChange:
4> targetContentOffsetForProposedContentOffset:withScrollingVelocity:
5> layoutAttributesForItemAtIndexPath:
PS:后续会上传代码。
原文地址:http://blog.csdn.net/chenyblog/article/details/44515387