Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个广播应用程序,它可以从互联网上流式传输 mp3。我有一个自定义视图来控制播放(播放/停止)。
我想用音量控制器视图在按钮上实现 Spotify 之类的“正在播放”视图。我知道可以使用 MPMoviePlayerViewController,但是这个视图不像 Spotify/iPod。
有人知道如何解决这个问题吗?我可以重复使用 Apple API 中的视图吗?
你需要自己制作这个视图,但还有什么是新的。
至于音量视图,最容易使用的是这个,它与 AirPlay 配合得很好:
http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPVolumeView_Class/Reference/Reference.html