Create a music player controller

Hi there,


Is it possible to create a music player surface in the new watchOS 4 beta? With play/pause/prev/next, actual song and volume control. I can do it on iOS with MPMusicPlayerController but i did not find any possibilities in watchkit.


Best regards


G.

Replies

You can create one yourself using groups, buttons, labels, and sliders.

Sry, i might have not explained myself properly. It is not a question about UI elements. The question is which classes i should use to control the system music on watchOS? (like MPMusicPlayerController on iOS)