美文网首页
2018-05-22

2018-05-22

作者: 健贱 | 来源:发表于2019-08-22 10:15 被阅读0次
    打算的
    
    打算的
    
    @property (nonatomic,strong) UILabel * label_map_top;
    @property (nonatomic,strong) UILabel * label_map_bottom;
    
    
    @property (nonatomic,assign) CGFloat tagViewHeight;   /**< 标签高度  */
    @property (nonatomic,strong) UICollectionView *tagCollectionView; /**< 标签View */
    @property (nonatomic,strong) UICollectionViewFlowLayout *tagFlowLayout;
    
    @property (nonatomic,strong) UICollectionView *pageCollectionView; /**< 页面展示View  */
    @property (nonatomic,strong) UICollectionViewFlowLayout *pageFlowLayout;
    
    @property (nonatomic,strong) NSMutableArray *tagTitleModelArray; /**< 标题模型数组  */
    

    相关文章

      网友评论

          本文标题:2018-05-22

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