RemainingTimeLabel Class Reference
Inherits from | UILabel |
---|---|
Declared in | RemainingTimeLabel.h |
Overview
Label that updates its text
property to reflect the
amount of time remaining to be played for 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 textForNoTime
.
textForNoTime
The string that should be displayed when no song is being played.
@property (strong, nonatomic) IBInspectable NSString *textForNoTime
Declared In
RemainingTimeLabel.h