# CustomFlowLayout **Repository Path**: soyeon/CustomFlowLayout ## Basic Information - **Project Name**: CustomFlowLayout - **Description**: 自定义集合视图布局对象,实现标签居左显示的功能。 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-08 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #CustomFlowLayout ##使用时,只要将UICollectionView的布局对象换成这个自定义的就可以。 ``` CustomFlowLayout *layout = [CustomFlowLayout new]; ```