标签: iphone objective-c
我可以隐藏我的应用程序电影中的控件(播放/暂停下一个/上一个)栏吗?
答案 0 :(得分:3)
如果您使用MPMoviePlayerController,则可以使用其controlStyle属性。
MPMoviePlayerController
controlStyle
movieController.controlStyle = MPMovieControlStyleNone;