I'm trying to implement the same AirPlay button as the Music.app. The button displays a popup with a list of available devices which the user can select to reroute the audio.
While searching about my issue, I found out the MPVolumeView
but that's not what the Music.app is using. Even the Control Center is using that popup.
How can I present that popup in my app?
UPDATE:
I saw that same popup in AppStore apps as well, so it should be a Public API.