MPMoviePlayer 可以调整动画大小吗?
我似乎找不到答案,或者我没有正确搜索。
我想知道是否可以手动调整电影播放器的大小并在调整大小期间显示它的动画,就像您选择全屏播放时一样。
预先感谢您的输入!
I can't seem to find an answer or I'm not searching correctly.
I would like to know if it is possible to manually resize the movieplayer and show it animating during the resize like it does when you select it to play fullscreen.
Thank you in advance for input!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IIRC,我已经用 MPMoviePlayerController 做到了这一点。我在发布的应用程序中使用 AVPlayer 进行操作。当然,如果你要做全屏,你应该使用全屏键,否则使用下面的代码。以下是如何使几乎任何东西都变得生动起来:
IIRC, I have done so with MPMoviePlayerController. I do with AVPlayer in a released app. Of course, if you are doing fullscreen, you should use the fullscreen key, and otherwise use the following code. Here is how to make practically anything animate: