LMFlashLabel Class Reference

Inherits from UILabel
Declared in LMFlashLabel.h
LMFlashLabel.m

Other Methods

– startFlash

开始动画

- (void)startFlash

Declared In

LMFlashLabel.h

– endFlash

结束动画

- (void)endFlash

Declared In

LMFlashLabel.h

Other Methods

  flashColor

闪光画颜色

@property (nonatomic, strong) UIColor *flashColor

Declared In

LMFlashLabel.h

  flashImage

闪光图片 如果设置了flashImage,以flashImage为准

@property (nonatomic, strong) UIImage *flashImage

Declared In

LMFlashLabel.h

  shineImage

闪光点图片 如果设置了shineImage,以shineImage为准

@property (nonatomic, strong) UIImage *shineImage

Declared In

LMFlashLabel.h

  baseFont

闪耀文字的字体

@property (nonatomic, strong) UIFont *baseFont

Declared In

LMFlashLabel.h

  baseColor

闪耀字体的颜色

@property (nonatomic, strong) UIColor *baseColor

Declared In

LMFlashLabel.h

  animationDuration

扫描一遍的动画时间

@property (nonatomic, assign) NSTimeInterval animationDuration

Declared In

LMFlashLabel.h

  needsExtShineAnimaiton

闪光动画结束后,是否开启闪耀动画

@property (nonatomic, assign) BOOL needsExtShineAnimaiton

Declared In

LMFlashLabel.h

  animationIsLoop

是否循环播放动画

@property (nonatomic, assign) BOOL animationIsLoop

Declared In

LMFlashLabel.h