Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经看到语音备忘录应用程序有一个显示音频路由选择菜单的按钮。如何添加这样的按钮(或显示代码中的路线选择)。我尝试使用MPVolumeView但有时只显示按钮,我想始终显示按钮(并且不包括音量栏)
MPVolumeView
设法通过以下方式添加它:
MPVolumeView *volumeView = [MPVolumeView new] volumeView.showsVolumeSlider = NO; volumeView.showsRouteButton = YES; [volumeView sizeToFit];