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.
我正在编写一个播放音乐的 iOS 应用程序,而用户使用UIImagePickerController. 但是,如果用户想要增加音量,则按下音量按钮会导致拍照。我猜这是因为当显示相机图像选择器时,Apple 将音量按钮重新用作快门按钮。
UIImagePickerController
有没有办法可以volume button shutter在我的应用程序中禁用它,以便即使正在显示相机屏幕,音量按钮也会控制音量?
volume button shutter
重新利用硬件按钮会导致您的应用被拒绝:
程序访问 iPhone 音量按钮