Skip to content

Instantly share code, notes, and snippets.

@tetek
Last active February 13, 2021 15:09
Show Gist options
  • Select an option

  • Save tetek/b85fede9fd7e22de98365051903bd985 to your computer and use it in GitHub Desktop.

Select an option

Save tetek/b85fede9fd7e22de98365051903bd985 to your computer and use it in GitHub Desktop.
MPRemoteCommandCenter.shared().nextTrackCommand.addTarget { (event) -> MPRemoteCommandHandlerStatus in
print("next song")
return .success
}
MPRemoteCommandCenter.shared().pauseCommand.addTarget { (event) -> MPRemoteCommandHandlerStatus in
print("pause")
return .success
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment