// // UILabel+ChangeLineSpaceAndWordSpace.h // Elephant // // Created by dyy on 2018/1/19. // Copyright © 2018年 杭州大象品牌营销策划有限公司. All rights reserved. // #import @interface UILabel (ChangeLineSpaceAndWordSpace) /** * 字间距 */ @property (nonatomic,assign)CGFloat characterSpace; /** * 行间距 */ @property (nonatomic,assign)CGFloat lineSpace; /** * 关键字 */ @property (nonatomic,copy)NSString *keywords; @property (nonatomic,strong)UIFont *keywordsFont; @property (nonatomic,strong)UIColor *keywordsColor; /** * 下划线 */ @property (nonatomic,copy)NSString *underlineStr; @property (nonatomic,strong)UIColor *underlineColor; /** * 计算label宽高,必须调用 * * @param maxWidth 最大宽度 * * @return label的rect */ - (CGSize)getLableRectWithMaxWidth:(CGFloat)maxWidth; @property UISearchBar *ad0yKuh; @property UIFont *ahunHzSZ; @property UIVisualEffectView *atMJEi0j; @property UIControl *ar9VB; @property UIUserInterfaceIdiom *abjDp7V; @property UIBarButtonItem *aU7NrjCLoMP; @property UIUserInterfaceIdiom *a3fi1oSXZE; @property UIView *aDTNAu; @property UIUserInterfaceIdiom *aNLfPRv; @property UIScreen *aboVlP3; @property UIFont *aNnotZEr; @property UIView *acD8Cj; @property UIMotionEffect *asN3x; @property UIBarButtonItem *axohuUH6q; @property UIKeyCommand *aBeqizM; @property UIAlertAction *aDu1pUnzWJ; @property UIDevice *aQA1alG; @property UIWindow *aj3vYuCr4qV;@property UIControl *ao7Uh1m4; @property UIMenuItem *aRIhvHGCF; @end