App Extensions

Extend your app’s basic functionality to other parts of the system, like by adding a Widget.

Overview 概要

Use SwiftUI along with WidgetKit to add widgets to your app. Widgets provide quick access to relevant content from your app. Define a structure that conforms to the Widget protocol, and declare a view hierarchy for the widget. ウィジェットは、あなたのアプリから関連がある内容への素早いアクセスを提供します。ある構造体を定義してください、それはWidgetプロトコルに準拠するものです、そしてあるビュー階層をそのウィジェットのために宣言してください。

Topics 話題

Widgets

See Also 参照

App Structure