@rubencodes - use ZStack(alignment: .bottom) instead of VStack
Post
Replies
Boosts
Views
Activity
Not sure what's in refreshResources, probably returning prior to completing the downloads. Are you using async versions of network calls?
See answer below.
Are you testing on a device or simulator? Margins seem to align on properly on a device.
Yes that worked.
It didn't work when I just killed Xcode and relaunched it after making the change. But restarting my machine made it work.
It appears, opening your project first in 13.1 and then in 13.2.1 gets quick help working. It's a workaround for now, I suppose. Thanks for figuring out the workaround.
Does this approach work if you create a new project in 13.2.1?