-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
This works well
view.body {
UVStack {
UView().background(.random)
UView().background(.random)
UView().background(.random)
}.edgesToSuperview().alignment(.fill).distribution(.fillEqually)
}
This will not work.
view.body {
UVStack {
UForEach([0, 1, 2]) { i in
UText("θ―ε«η»ζ, \(i)").background(.random)
}
}.edgesToSuperview().alignment(.fill).distribution(.fillEqually)
}
Metadata
Metadata
Assignees
Labels
No labels

