Inherits from UILabel
Declared in TKShimmerLabel.h
TKShimmerLabel.m

Overview

TKShimmerLabel is a subclassed UILabel with a shimmer animation similiar to the unlock screen.

Tasks

Properties

Properties

direction

The direction the shimmer should move.

@property (nonatomic, assign) TKShimmerLabelDirection direction

Declared In

TKShimmerLabel.h

shimmerDuration

The duration of the shimmer animation

@property (nonatomic, assign) NSTimeInterval shimmerDuration

Declared In

TKShimmerLabel.h

textHighlightLayer

The gradient layer that masks the text label to create the shimmer effect.

@property (nonatomic, strong) CAGradientLayer *textHighlightLayer

Declared In

TKShimmerLabel.h