[UICollectionView]简介

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts. Collection views provide the same general function as table views except that a collection view is able to support more than just single-column layouts. Collection views support customizable layouts that can be used to implement multi-column grids, tiled layouts, circular layouts, and many more. You can even change the layout of a collection view dynamically if you want.

posted @ 2015-02-15 15:22  baaingSheep  阅读(232)  评论(0编辑  收藏  举报