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.
有什么功能或方法可以用来控制 iPhone 的音量吗?我一直在通过几个问题寻找这种方法之王,但你没有找到解决方案。
- (void)volumeChange { [[MPMusicPlayerController applicationMusicPlayer] setVolume:volumeSlider.value]; NSLog(@"%f===%f",volumeSlider.value, [MPMusicPlayerController applicationMusicPlayer].volume); }