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); }