-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
I have a problem where the elements of the grid are overlapping.
My code is:
var body: some View {
ScrollView {
VStack(alignment: .leading) {
Group {
Text("Letters en woorden")
.font(.title)
Grid(tracks: 3) {
Text("_eererer_")
Text("_eererer__")
Text("_eererer_")
Text("_eererer_")
Text("_eererer_")
Text("_eererer_")
}
// ...
}
}.padding(.bottom)
}.navigationTitle("Morse")
.padding(.horizontal)
}thbonk and benyou1969
Metadata
Metadata
Assignees
Labels
No labels
