CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

DPVerticalFloatLayout 1.0

DPVerticalFloatLayout 1.0

Maintained by DancewithPeng.



  • By
  • 张鹏

DPVerticalFloatLayout

[TOC]

垂直浮动布局,适用于多个不同宽度标签的实现

导入

CocoaPods

Podfile文件中加入

pod 'DPVerticalFloatLayout', '~> 1.0'

使用

在UICollectionView初始化时指定

DPVerticalFloatLayout *layout = [[DPVerticalFloatLayout alloc] init];
UICollectionView *collectionView = [[UICollectionView alloc] initWithFrame:rect collectionViewLayout:layout];

或者在Interface Builder中指定布局的类型

image-20210113112348123

LICENSE

此项目采用MIT开源协议,点击查看详情