Contents

Body

The type of view representing the body of this view.

Declaration

associatedtype Body : View

Discussion

When you create a custom view, Swift infers this type from your implementation of the required body property.

See Also

Implementing a custom view