1
ビデオがuiwebviewで再生されているときに、TV出力ケーブルプラグインのUIScreen通知&プラグアウトが表示されません。問題は、ビデオが接続されているテレビ出力ケーブルで再生されているときに、ユーザーがビデオをMPMoviePlayerで開始する間にケーブルを外したときです。私はそれを望みません。代わりにプレーヤーをシャットダウンします。UIWebView + TVOutの問題
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(blockMirroring)name:UIScreenDidConnectNotification
object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(blockMirroring) name:UIScreenDidDisconnectNotification
object:nil];
ヘルプ?アドバンス
ありがとうございました。 –