SkipButton Class Reference
Inherits from | UIButton |
---|---|
Declared in | SkipButton.h |
Overview
This button automatically updates its enabled
property to reflect whether
the currently playing song (if any) can be skipped, and responds to taps by
requesting that the current song be skipped.
If there is a playing or paused song that can be skipped and a skip request
is not currently in progress, then enabled
is set to true
, and false
otherwise.