Swift puts @ViewBuilder
on the View’s body
.
Which means you can return multiple Views from the body, and it silently wraps them in a TupleView
.
Same thing for MapContentBuilder, presumably.
Swift puts @ViewBuilder
on the View’s body
.
Which means you can return multiple Views from the body, and it silently wraps them in a TupleView
.
Same thing for MapContentBuilder, presumably.