StructureEmpty
EmptyWidgetConfiguration
An empty widget configuration.
空のウィジェット構成設定。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
Technology
- Swift
UI
Declaration 宣言
@frozen struct EmptyWidgetConfiguration
Topics 話題
Initializers イニシャライザ
Type Aliases 型エイリアス
typealias Body
The type of widget configuration representing the body of this configuration.
この構成設定の本文を表している、ウィジェット構成設定の型。
Relationships 関係
Conforms To 次に準拠
See Also 参照
Implementing a Widget ウィジェットの実装
var body: Self.Body
The content and behavior of the widget.
ウィジェットの内容と挙動。
associatedtype Body : WidgetConfiguration
The type of configuration representing the content of the widget.
ウィジェットの内容を表している構成設定の型。
protocol WidgetConfiguration
A type that describes a widget’s content.
ある型、それはスクロールビューのもつ挙動とそれの内容を記述します。