Posts

Post not yet marked as solved
1 Replies
121 Views
In XCode, if I hit a breakpoint, I can't view the value of some local variables: I've read about disabling optimisations for debugging, but that's already done
Posted
by dan101.
Last updated
.
Post not yet marked as solved
0 Replies
361 Views
Currently NaviagitonView on macOS creates a side panel. And then navigationViewStyle does not support stack view for macOS. Given this, is there currently a method to totally switch the content of a window from one view to another on macOS?
Posted
by dan101.
Last updated
.
Post not yet marked as solved
0 Replies
120 Views
For iOS NavigationLinks provide a good way to completely transition from one "screen" (view) to another. In macOS however, NavigationLinks don't completely switch the whole contents of a screen to another. What I want to achieve is to make a Button press trigger a transition from one screen to another.
Posted
by dan101.
Last updated
.