9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

iOS14 WidgetKitを触ってみる

Last updated at Posted at 2020-06-23

Apple公式ドキュメント

環境

Xcode 12.0 beta

Widget

https://developer.apple.com/documentation/widgetkit/creating-a-widget-extension
↑のリンクの手順に沿って作ってみる。

まず、WidgetTestというプロジェクトを作成。
スクリーンショット 2020-06-23 20.56.33.png

Xcode > File > Target... を選択。
スクリーンショット 2020-06-23 20.57.11.png

WidgetExtensionを選択して、Next。
スクリーンショット 2020-06-23 20.57.58.png

TimeLineWidgetと名前をつける。(Include Configuration Intent にチェックをつけると、intentconfigurationのWidgetが作れる。)
スクリーンショット 2020-06-23 20.59.18.png

Activateするか聞かれたので、とりあえずActivateする!
スクリーンショット 2020-06-23 21.00.05.png

TimeLineWidgetのフォルダが追加されて、
TimeLineWidget.swiftにはHello Worldのようにデフォルトのコードが書かれている。
スクリーンショット 2020-06-23 21.09.45.png

スクリーンショット 2020-06-23 21.04.03.png

この状態で実行してみると、
スクリーンショット 2020-06-23 21.03.20.png

Widgetが追加された🎉
スクリーンショット 2020-06-23 21.05.01.png

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?