Discussion 議論
When you create a custom widget, Swift infers this type from your implementation of the required body
property.
あなたがあつらえのウィジェットを作成する場合、Swiftは必須のbody
プロパティのあなたの実装からこの型を推測します。
Availability 有効性
Technology
typealias Body = Never
When you create a custom widget, Swift infers this type from your implementation of the required body
property.
あなたがあつらえのウィジェットを作成する場合、Swiftは必須のbody
プロパティのあなたの実装からこの型を推測します。