修改UI
This commit is contained in:
27
Pods/JXCategoryView/Sources/Title/JXCategoryTitleCell.h
generated
Normal file
27
Pods/JXCategoryView/Sources/Title/JXCategoryTitleCell.h
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// JXCategoryTitleCell.h
|
||||
// UI系列测试
|
||||
//
|
||||
// Created by jiaxin on 2018/3/15.
|
||||
// Copyright © 2018年 jiaxin. All rights reserved.
|
||||
//
|
||||
|
||||
#import "JXCategoryIndicatorCell.h"
|
||||
#import "JXCategoryViewDefines.h"
|
||||
@class JXCategoryTitleCellModel;
|
||||
|
||||
@interface JXCategoryTitleCell : JXCategoryIndicatorCell
|
||||
|
||||
@property (nonatomic, strong) UILabel *titleLabel;
|
||||
@property (nonatomic, strong) UILabel *maskTitleLabel;
|
||||
@property (nonatomic, strong) NSLayoutConstraint *titleLabelCenterX;
|
||||
@property (nonatomic, strong) NSLayoutConstraint *titleLabelCenterY;
|
||||
@property (nonatomic, strong) NSLayoutConstraint *maskTitleLabelCenterX;
|
||||
|
||||
- (JXCategoryCellSelectedAnimationBlock)preferredTitleZoomAnimationBlock:(JXCategoryTitleCellModel *)cellModel baseScale:(CGFloat)baseScale;
|
||||
|
||||
- (JXCategoryCellSelectedAnimationBlock)preferredTitleStrokeWidthAnimationBlock:(JXCategoryTitleCellModel *)cellModel attributedString:(NSMutableAttributedString *)attributedString;
|
||||
|
||||
- (JXCategoryCellSelectedAnimationBlock)preferredTitleColorAnimationBlock:(JXCategoryTitleCellModel *)cellModel;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user