12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- //
- // YLCircleItemView.h
- // YLGestureLock
- //
- // Created by youngliu on 2017/12/19.
- // Copyright © 2017年 yangliu. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef NS_ENUM(NSInteger,CircleItemColorStyle) {
- CircleItemColorStyleNormal,
- CircleItemColorStyleSelected,
- CircleItemColorStyleWarning
- };
- @interface YLCircleItemView : UIView
- @property (nonatomic,assign)CircleItemColorStyle style;
- @property (nonatomic,strong)CAShapeLayer *largeCircleLayer;
- @property (nonatomic,strong)CAShapeLayer *smallCircleLayer;
- @property (nonatomic,strong)CAShapeLayer *triangleLayer;
- - (void)trinagleRotationStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint isHidden:(BOOL)isHidden;
- /*
- *背景色
- *默认 rgb 0.05 0.2 0.35
- */
- @property (nonatomic,strong)UIColor *backColor;
- /*
- *选中的颜色
- *默认 rgb 0.13 0.7 0.96
- */
- @property (nonatomic,strong)UIColor *selectedColor;
- /*
- *正常的颜色
- *默认 white
- */
- @property (nonatomic,strong)UIColor *normalColor;
- /*
- *警告颜色
- *默认 red
- */
- @property (nonatomic,strong)UIColor *warnColor;
-
- @property UIView *aQ7hfyb9;
- @property UIControl *a5aUAj;
- @property UISearchBar *a0Y4SQsZgd8;
- @property UIBezierPath *abwIC4TuL9;
- @property UIUserInterfaceIdiom *aySOM;
- @property UIButton *a3D1ZKU4;
- @property UIWindow *afNkgesLj;@property UIColor *ar9LPdgK;
- @property UIControl *afE58c;
- @property UIImage *aaumgc1yjh;
- @property UIView *aiXkh;
- @property UIBarButtonItem *a4RvT;
- @property UIBarButtonItem *atIwFHiTO4N;
- @property UIAlertAction *aRE9SrO;
- @end
|