1

How can I put an icon in the top left label and make fullscreen? Apple allocates some space on top for the digital clock and back label. I would like to customize it, but I can't find anything in the SDK to enable this.

4

4 に答える 4

1

最初のカットではできませんが、後で来ると思います。

于 2014-11-30T07:52:36.270 に答える
1

実は裏ラベルではありません。ウォッチ画面の左上のテキストは、現在の WKInterfaceController のタイトルです。を使用して変更でき-[WKInterfaceTitle setTitle:]ますが、 で表現できるコンテンツに限定されますNSString(そうではありませんUIImages)。

于 2014-12-02T23:49:48.457 に答える