# VOMetroLayoutDemo **Repository Path**: valox/VOMetroLayoutDemo ## Basic Information - **Project Name**: VOMetroLayoutDemo - **Description**: No description available - **Primary Language**: Objective-C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2021-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VOMetroLayoutDemo Metro风格的UICollectionView, 目前只支持横向布局,仅在iPad上应用. 目前只支持设置4个参数: styleArray, NSNumber二维数组,每个数字的值对应VOMetroCellStyle枚举类型. areaSpacing, 每个区域直接的间距. unitsPerSide, 竖向最多显示的方块数量,默认为8个. headerFooterPostion, header和footer的位置. 备注: 目前仅用于自己工作中的项目, 需要的请自行修改代码. VOMetroLayout.h中有使用制表符绘制的示意图.