2
我試圖在沒有鏡像模式的情況下在Apple TV上使用Airplay顯示圖片。但當鏡像關閉時,[UIScreen screens]方法總是返回1屏幕(主屏幕)。 我希望我的照片顯示與照片應用程序(無需鏡像的Airplay)相同。UIScreen屏幕始終返回1屏幕
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(screenDidConnect:) name:UIScreenDidConnectNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(screenDidDisconnect:) name:UIScreenDidDisconnectNotification object:nil];
我用它們,但它們只在鏡像打開時才起作用。
請幫幫我。非常感謝! 我正在使用Apple TV1和iPad 2(iOS 5.0.1)
此外,您不能啓用的AirPlay從你的應用程序中的鏡像。 http://stackoverflow.com/questions/8786080/how-can-i-turn-on-airplay-screen-mirroring-on-the-iphone-4s-programmatically – 2012-08-26 21:43:07