Group
public struct Group : View, ViewGrouper
A group is a convenience view that groups multiple views into a single view. This view has no visual representation and does not affect the subviews layouts in any way.
Use this when the number of elements inside a ViewBuilder exceeds the limit.
-
Declaration
Swift
public var viewStore: ViewValues -
Declaration
Swift
public init(@ViewBuilder content: () -> View) -
Declaration
Swift
public var body: View { get }
View on GitHub
Group Structure Reference