好用的标签展示器

1、本方法已经支持pod后续将不断更新更多标签式样的功能
pod地址:https://github.com/974794055/CGXCollectionViewTagsViewDemo.git
2、pod下下拉pod search CGXCollectionViewTagsView如果没有搜到,可以执行pod search CGXCollectionViewTagsView --simple
3、样式展示
好用的标签展示器
文章图片
4、使用方法:
定义属性:
@property (nonatomic , strong) CGXCollectionTagsViewManager *manager;
【好用的标签展示器】@property (nonatomic , strong) CGXCollectionTagsView *tagsView;
好用的标签展示器
文章图片
5、定义数据参数
好用的标签展示器
文章图片
6、代理方法可根据情况是否实现代理方法
_manager.isUser = YES; //能否点击
实现代理
好用的标签展示器
文章图片
_manager.iSCustom = YES; //是否自定义界面
好用的标签展示器
文章图片

    推荐阅读