NN
Size: a a a
NN
MM
NM
s
.listRowInsets(EdgeInsets())
не работаетAS
s
List {
ForEach(dishes) { dish in
DishCell(dish: dish)
}
.listRowInsets(EdgeInsets(.init(top: 20, leading: 20, bottom: 30, trailing: 20)))
}
s
AS
List {
ForEach(dishes) { dish in
DishCell(dish: dish)
}
.listRowInsets(EdgeInsets(.init(top: 20, leading: 20, bottom: 30, trailing: 20)))
}
AS
s
AS
s
.listRowInsets(EdgeInsets(.init(top: 0, leading: 0, bottom: 0, trailing: 0)))
- всё работаетAS
.listRowInsets(EdgeInsets(.init(top: 0, leading: 0, bottom: 0, trailing: 0)))
- всё работаетД
KD
NN
s
AS
P
s