-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Not sure if it's a bug ore a feature request but
adding new line inside a loop would be great to have.
This is not working currently.
WrappingHStack(1...20, id:\.self) {
if $0 == 3 {
NewLine()
}
Text("Item: \($0)")
.padding(3)
.background(Rectangle().stroke())
}.frame(minWidth: 250)
Otherwise working really great.
dkk, stasbel, astamm78 and goodhyun
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed