MPMoviePlayerController 中的 UIActivityindicatorView
我正在下载视频并使用 MPMoviePlayercontroller 播放,我想在下载视频时在 mpmovieplayercontroller 中显示 uiactivityindicatorview,就像在 YouTube 应用程序中一样。 我怎样才能做到这一点?
I am downloading videos and playing with MPMoviePlayercontroller, i want to display uiactivityindicatorview in mpmovieplayercontroller while video is being downloaded as in YouTube app.
How can i achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西?:
请参阅 UIActivityIndicatorView 类参考更多信息。
Something like this?:
See the UIActivityIndicatorView Class Reference for more info.