init(content:)
Creates a hosting configuration with the given contents.
Declaration
init(@ViewBuilder content: () -> Content)Parameters
- content:
The contents of the SwiftUI hierarchy to be shown inside the cell.
Creates a hosting configuration with the given contents.
init(@ViewBuilder content: () -> Content)The contents of the SwiftUI hierarchy to be shown inside the cell.