gpt4 book ai didi

ios 7.1 将歌曲添加到音乐库

转载 作者:技术小花猫 更新时间:2023-10-29 11:08:46 25 4
gpt4 key购买 nike

使用 Xcode 5.1 和 iOS 7.1,现在您可以从模拟器访问音乐库,

enter image description here

我只需要知道如何将歌曲添加到模拟器音乐库。

谢谢。

最佳答案

我研究并... - 没有结果。所以,我的方法是将音频文件放入项目中,获取 url 并将其进一步用于工作。

- (IBAction)loadAudio:(id)sender {
NSURL *audioUrl = [NSURL fileURLWithPath:[[NSBundle mainBundle]
pathForResource:@"audio"
ofType:@"mp3"]];

MPMoviePlayerViewController *theMovie = [[MPMoviePlayerViewController alloc]
initWithContentURL:audioUrl];
[self presentMoviePlayerViewControllerAnimated:theMovie];
}

此外,也许这个主题对您有用:tap me

关于ios 7.1 将歌曲添加到音乐库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22403719/

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