exyte / Grid

The most powerful Grid container missed in SwiftUI
MIT License
1.76k stars 93 forks source link

when the item count is 0 it align to center #23

Closed yildirimatcioglu closed 3 years ago

yildirimatcioglu commented 3 years ago

Hello, I have a question about the layout. When item count is zero grid align to center. How to align it to leading? image: Simulator Screen Shot - iPhone 12 - 2021-03-30 at 23 48 59

when count is not zero it is like this: Simulator Screen Shot - iPhone 12 - 2021-03-31 at 00 07 26

denis-obukhov commented 3 years ago

Have a try .gridContentAlignment modifier in the new v1.4.0