代表播放的progressview-iphone
我创建了一个通过 avaudioplayer 播放音乐文件的应用程序。我需要在视图中显示进度视图来表示歌曲的播放。从零开始,到歌曲结束为止。如何实现呢???请帮忙...
I have created an application which plays music files ia avaudioplayer. I need to show a progressview in the view to represent the play back of the song. Start from zero and end at the end of the song. How to implement that??? pls help...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会推荐您去另一个很棒的论坛。
顺便说一句,这并不像你想象的那么容易。我建议你从一开始就开始学习如何为 iPhone 进行开发。
硬着头皮开始吧!
这是一个链接,阅读它并学习一些东西:
http://bit.ly/8oCKNm
我建议阅读<代码>NSTimer 和
UIActivityIndicator
。祝你今天过得愉快,
〜纳塔纳夫拉。
I would refer you to another great forum.
It's not as easy as you think by the way. I suggest you start learning how to develop for the iPhone from the start.
Just bite the bullet and start!
Here's a link, read it and learn something:
http://bit.ly/8oCKNm
I suggest reading about
NSTimer
andUIActivityIndicator
.Have a nice day,
~ Natanavra.