A Boolean value that indicates whether the route button is visible in the volume view.
SDKs
- iOS 4.2–13.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Framework
- Media Player
Declaration
var showsRouteButton: Bool { get set }
Discussion
The route button is visible by default when there is more than one audio output route available. To hide the route button, set this property’s value to false
.