标签: ios mpvolumeview
我知道如何使用下面的代码隐藏弹出的音量警报,但它不适用于振铃器。有没有办法隐藏它?我到处搜索,什么都没有弹出
CGRect rect = CGRectMake(-500, -500, 0, 0); MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:rect]; [self.view addSubview:volumeView];