pozi119 / VOMetroLayoutDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VOMetroLayoutDemo

Metro风格的UICollectionView, 目前只支持横向布局,仅在iPad上应用.

目前只支持设置4个参数:

styleArray, NSNumber二维数组,每个数字的值对应VOMetroCellStyle枚举类型.

areaSpacing, 每个区域直接的间距.

unitsPerSide, 竖向最多显示的方块数量,默认为8个.

headerFooterPostion, header和footer的位置.

备注: 目前仅用于自己工作中的项目, 需要的请自行修改代码. VOMetroLayout.h中有使用制表符绘制的示意图.

About

License:GNU General Public License v3.0


Languages

Language:Objective-C 100.0%