如何检测 Apple TV 上的节目?
我已经尝试检测屏幕数量:
[[UIScreen screens] count]
但它仍然在 1。
我也尝试过监听一个事件:
[[NSNotificationCenter defaultCenter] addObserver:self
selectorselector(screenDidConnect
name:UIScreenDidConnectNotification
object:nil];
但该事件永远不会触发。
任何提示/技巧?
提前致谢!
找到答案了!
尽可能简单:
只要做:
self.moviePlayer.isAirPlayVideoActive
它将返回我 AirPlay 是否处于事件状态。
谢谢@rist
关于iOS - Apple TV - 以编程方式检测 Apple TV 上的节目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21599479/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |