Discussion 議論
When you create a custom view, Swift infers this type from your implementation of the required body
property.
Availability 有効性
Technology
typealias Body = some View
Data
conforms to RandomAccessCollection
, ID
conforms to Hashable
, Parent
conforms to View
, Leaf
conforms to View
, and Subgroup
conforms to View
.When you create a custom view, Swift infers this type from your implementation of the required body
property.