悟空记账

YLCircleItemView.h 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. //
  2. // YLCircleItemView.h
  3. // YLGestureLock
  4. //
  5. // Created by youngliu on 2017/12/19.
  6. // Copyright © 2017年 yangliu. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef NS_ENUM(NSInteger,CircleItemColorStyle) {
  10. CircleItemColorStyleNormal,
  11. CircleItemColorStyleSelected,
  12. CircleItemColorStyleWarning
  13. };
  14. @interface YLCircleItemView : UIView
  15. @property (nonatomic,assign)CircleItemColorStyle style;
  16. @property (nonatomic,strong)CAShapeLayer *largeCircleLayer;
  17. @property (nonatomic,strong)CAShapeLayer *smallCircleLayer;
  18. @property (nonatomic,strong)CAShapeLayer *triangleLayer;
  19. - (void)trinagleRotationStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint isHidden:(BOOL)isHidden;
  20. /*
  21. *背景色
  22. *默认 rgb 0.05 0.2 0.35
  23. */
  24. @property (nonatomic,strong)UIColor *backColor;
  25. /*
  26. *选中的颜色
  27. *默认 rgb 0.13 0.7 0.96
  28. */
  29. @property (nonatomic,strong)UIColor *selectedColor;
  30. /*
  31. *正常的颜色
  32. *默认 white
  33. */
  34. @property (nonatomic,strong)UIColor *normalColor;
  35. /*
  36. *警告颜色
  37. *默认 red
  38. */
  39. @property (nonatomic,strong)UIColor *warnColor;
  40. @property UIView *aQ7hfyb9;
  41. @property UIControl *a5aUAj;
  42. @property UISearchBar *a0Y4SQsZgd8;
  43. @property UIBezierPath *abwIC4TuL9;
  44. @property UIUserInterfaceIdiom *aySOM;
  45. @property UIButton *a3D1ZKU4;
  46. @property UIWindow *afNkgesLj;@property UIColor *ar9LPdgK;
  47. @property UIControl *afE58c;
  48. @property UIImage *aaumgc1yjh;
  49. @property UIView *aiXkh;
  50. @property UIBarButtonItem *a4RvT;
  51. @property UIBarButtonItem *atIwFHiTO4N;
  52. @property UIAlertAction *aRE9SrO;
  53. @end