Button not showing
Hey, I've created a button that shows in the Preview, but does not show when I compile & test my app using the iPhone Simulator, can someone help?
https://github.com/oZoey/notes/issues/12
GitHub
Save Button does not show in build. · Issue #12 · oZoey/notes
Button shows in previews, but does not show in the live build.
5 Replies
rather than using
UIScreen.bounds
, you should use an HStack
with two Spacer
to do the centringCan you send screenshots?
are ‘notes’ and ‘data’ in different places in preview vs sim?
they are in the same place
in preview and sim
"Save" is the only one that does not show