Spotify / iPod就像现在播放视图一样

时间:2012-05-20 09:30:47

标签: iphone ios

我正在开发一个从互联网上传输mp3的无线电应用程序。我有一个自定义视图来控制播放(播放/停止)。

我想在Buttom上使用音量控制器视图实现Spotify,如“正在播放”视图。我知道可以使用MPMoviePlayerViewController,但这个视图不像Spotify / iPod。

有谁知道如何解决这个问题?我可以重用Apple API中的视图吗?

Screenshot of the view

1 个答案:

答案 0 :(得分:1)

你需要自己制作这个视图,但还有什么是新的。

对于音量视图,最容易使用的是它,它适用于AirPlay:

http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPVolumeView_Class/Reference/Reference.html