タグ

ブックマーク / blog.haranicle.net (2)

  • Apple Watchで初めて登場した新UI「Glance」について | blog.haranicle.net

    この投稿はWatchKit Advent Calendar 2014の8日目の記事です。 Glanceとは GlanceはユーザがあなたのWatch Appから重要な情報を表示するための補助的な機能です。 (つまり、実装しなくてもいいです。) iOSでいう、通知センターのようなものだと思っています。 1つのWatch Appにつき、最大1つのGlanceを持つことができます。 GlanceはWKInterfaceControllerオブジェクトですが、ユーザの操作を受け付けません。 タップすると、あなたのWatch Appを起動します。 Handoffで起動するWKInterfaceControllerを設定することもできます。 (詳細は以下を参照) WatchKitでHandoff | blog.haranicle.net Youtubeに動画がありました。 ちょうど2

    Apple Watchで初めて登場した新UI「Glance」について | blog.haranicle.net
  • WatchKitでHandoff | blog.haranicle.net

    この投稿はWatchKit Advent Calendar 2014の2日目の記事です。 前提知識 Watch Appの画面 以下の3種類があります。 WatchKitのページの中央あたりに写真が載っています。 WatchKit Apps アプリの画面です。WKInterfaceControllerクラスを継承して作成します。 Glances read-onlyな情報を提示する画面です。WKInterfaceControllerクラスを継承して作成します。 Actionable Notifications 通知画面です。WKUserNotificationInterfaceControllerクラスを継承して作成します。WKUserNotificationInterfaceControllerクラスはWKInterfaceControllerクラスを継承しています。 Handoffとは

    WatchKitでHandoff | blog.haranicle.net
  • 1