2018-05-22
2019-08-22 本文已影响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; /**< 标题模型数组 */