调用 MPMoviePlayerViewController 完成按钮。 iPad

Posted

技术标签:

【中文标题】调用 MPMoviePlayerViewController 完成按钮。 iPad【英文标题】:Call MPMoviePlayerViewController done button. iPad 【发布时间】:2013-03-04 23:11:50 【问题描述】:

当用户在显示 MPMoviePlayerViewController 时退出应用程序或更改应用程序,然后他们回到应用程序时,MPMoviePlayerViewController 仍然存在大约半秒。我想保留MPMoviePlayerViewController,或者在用户重新打开应用程序时看到它之前将其移开,或者在用户退出应用程序之前关闭MPMoviePlayerViewController。现在我计划在用户离开应用程序之前关闭我的 AppDelegate 中的MPMoviePlayerViewController

所以我想知道是否可以在MPMoviePlayerViewController 上调用完成按钮,我想从我的 AppDelegate 中执行此操作

【问题讨论】:

MPMoviePlayer done button issue 的可能重复项 【参考方案1】:

尝试致电MPMoviePlayerWillExitFullscreenNotificationNSNotificationCenter。下面就不错了

关于这个话题的讨论可能对你有帮助:

Done button event MPMoviePlayerController

【讨论】:

以上是关于调用 MPMoviePlayerViewController 完成按钮。 iPad的主要内容,如果未能解决你的问题,请参考以下文章

系统调用与函数调用

java三种调用方式(同步调用/回调/异步调用)

LINUX系统调用

引用调用 vs 复制调用调用

RPC 调用和 HTTP 调用的区别

js方法调用