gpt4 book ai didi

ios - 如何在关闭 View 时继续通过 avplayer 运行声音

转载 作者:行者123 更新时间:2023-11-29 02:46:03 24 4
gpt4 key购买 nike

我正在使用 AVPlayer 做一个音乐播放器。当我关闭 View 时,音乐被关闭。如何关闭 View 和播放器每次播放。这是我的关闭按钮

- (void)showPlayerView
{
[UIView animateWithDuration:0.5 delay:0.1 options:UIViewAnimationOptionTransitionFlipFromLeft animations:^
{
self.view.frame = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height);
} completion:^(BOOL finished)
{
[self dismissViewControllerAnimated:YES completion:nil];
}];

}

最佳答案

我曾经在AppDelegate中实例化我的AVAudioPlayer,这样它就不会与ViewController一起释放。

关于ios - 如何在关闭 View 时继续通过 avplayer 运行声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25115685/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com