Does this approach work if you create a new project in 13.2.1?
Post
Replies
Boosts
Views
Activity
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.
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.
Are you testing on a device or simulator? Margins seem to align on properly on a device.
See answer below.
Not sure what's in refreshResources, probably returning prior to completing the downloads. Are you using async versions of network calls?
@rubencodes - use ZStack(alignment: .bottom) instead of VStack