如何通过“didSelectRowAtIndexPath”使用应用程序文档目录中的文件?
我在 UITableView 中显示了一堆 mp3,它们位于我的应用程序文档目录中。
当我选择该行时,我希望将文件加载到 AVAudioPlayer 中并播放。
谁能建议我如何去做这件事?
任何帮助将不胜感激。
谢谢!
I have a bunch of mp3's displayed in a UITableView which are located in my apps documents directory.
When I select the row, I want the file to load into AVAudioPlayer and Play.
Can anyone suggest how I would go about doing this?
Any help would be greatly appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我终于明白了这一点:
I finally figured this out: