美文网首页潮流App#封装库
好用的标签展示器

好用的标签展示器

作者: CGX_鑫 | 来源:发表于2018-03-13 15:48 被阅读0次

    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; //是否自定义界面

    相关文章

      网友评论

        本文标题:好用的标签展示器

        本文链接:https://www.haomeiwen.com/subject/ccpzfftx.html