ElapsedTimeLabel Class Reference
Inherits from | UILabel |
---|---|
Declared in | ElapsedTimeLabel.h |
Overview
Label that updates its text
property to reflect the
amount of time that has elapsed since the start of the current song or,
when no song is being played, a custom string.
The label displays the elapsed time in the format ‘0:00’.
When no song is playing, the label will set text
to the value
of textFoNoTime
.
textForNoTime
The string that should be displayed when no song is being played.
@property (strong, nonatomic) IBInspectable NSString *textForNoTime
Declared In
ElapsedTimeLabel.h