0

According to the first comment at the end of this article: http://www.imore.com/keynote-iphone-ipad-review

And here: http://help.apple.com/keynote/ipad/2.2/#/tand1a4ee7c

It seems that you can configure keynote for iPad, such that you can see speaker notes on the iPad when you're using a dongle to plug into a projector or big screen; but not on the big screen.

Is this functionality only afforded to Keynote through some private API in the OS level? or does anyone know of a way of achieving this programatically? My use case doesn't need to make it into the app store - so a private API hack could work for me.

4

1 に答える 1

1

プライベート API は必要ありません。airplay か hdmi かに関係なく、2 番目の画面が接続されたときに UIScreenDidConnectNotification 通知を確認できます。

次に、その画面に View/ViewController を提供します。

于 2014-07-22T00:41:18.453 に答える