自定义继承UILabel的字体发光标签。
头文件
#import <UIKit/UIKit.h>
@interface lightlabel : UILabel
/// 外发光
@property (nonatomic, retain) UIColor *outLineColor;
/// 里发光
@property (nonatomi
自定义继承UILabel的字体发光标签。
头文件
#import <UIKit/UIKit.h>
@interface lightlabel : UILabel
/// 外发光
@property (nonatomic, retain) UIColor *outLineColor;
/// 里发光
@property (nonatomi