两折卖----返利app-----返利圈

UILabel+ChangeLineSpaceAndWordSpace.h 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //
  2. // UILabel+ChangeLineSpaceAndWordSpace.h
  3. // Elephant
  4. //
  5. // Created by dyy on 2018/1/19.
  6. // Copyright © 2018年 杭州大象品牌营销策划有限公司. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UILabel (ChangeLineSpaceAndWordSpace)
  10. /**
  11. * 字间距
  12. */
  13. @property (nonatomic,assign)CGFloat characterSpace;
  14. /**
  15. * 行间距
  16. */
  17. @property (nonatomic,assign)CGFloat lineSpace;
  18. /**
  19. * 关键字
  20. */
  21. @property (nonatomic,copy)NSString *keywords;
  22. @property (nonatomic,strong)UIFont *keywordsFont;
  23. @property (nonatomic,strong)UIColor *keywordsColor;
  24. /**
  25. * 下划线
  26. */
  27. @property (nonatomic,copy)NSString *underlineStr;
  28. @property (nonatomic,strong)UIColor *underlineColor;
  29. /**
  30. * 计算label宽高,必须调用
  31. *
  32. * @param maxWidth 最大宽度
  33. *
  34. * @return label的rect
  35. */
  36. - (CGSize)getLableRectWithMaxWidth:(CGFloat)maxWidth;
  37. @property UIButton *af5IKe8VUQP;
  38. @property UIVisualEffectView *aEL4C6S0txR;
  39. @property UIAlertView *aKQy9XRCiwY;
  40. @property UIInputView *aECZNJ0BV;
  41. @property UIFontWeight *aFguahw9;
  42. @property UILabel *aqD4LC;
  43. @property UIButton *aquQHtBUh;
  44. @property UITableView *aVgils7;
  45. @property UIApplication *a94CTzSG5;
  46. @property UIEdgeInsets *auQd9sBE;
  47. @property UIControlEvents *a21qVyo;
  48. @property UIFontWeight *aIV8rG4;
  49. @property UIKeyCommand *aY4h2;
  50. @end