1

我知道如何隐藏使用下面的代码弹出的音量警报,但它不适用于振铃器。有没有办法隐藏呢?我到处搜索,没有任何弹出

CGRect rect = CGRectMake(-500, -500, 0, 0);
MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:rect];
[self.view addSubview:volumeView];
4

0 回答 0