Body
The type of view representing the body of this view.
Declaration
associatedtype Body : ViewDiscussion
When you create a custom view, Swift infers this type from your implementation of the required body property.
The type of view representing the body of this view.
associatedtype Body : ViewWhen you create a custom view, Swift infers this type from your implementation of the required body property.