Post

Replies

Boosts

Views

Activity

Comment on Why can NavigationStacks be nested in a sheet but not an overlay?
"a Sheet is a modal presentation, its content are presented in a separate mode that prevents interaction with the parent view..." Thank you, @DTS Engineer. That is essentially the "magic" difference I'm looking for. Having read and processed the linked HIG page, if I still wanted to provide a navigation experience inside of an overlay or other custom component, is there public API I can use to achieve that "separate mode", similar to how a sheet does?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’25
Comment on Why can NavigationStacks be nested in a sheet but not an overlay?
"a Sheet is a modal presentation, its content are presented in a separate mode that prevents interaction with the parent view..." Thank you, @DTS Engineer. That is essentially the "magic" difference I'm looking for. Having read and processed the linked HIG page, if I still wanted to provide a navigation experience inside of an overlay or other custom component, is there public API I can use to achieve that "separate mode", similar to how a sheet does?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Cannot get Xcode 15 structured logging to work
I inspected the .xcscheme file of my Xcode 14 project in question and did not see any key named OS_ACTIVITY_MODE.
Replies
Boosts
Views
Activity
Sep ’23
Comment on Cannot get Xcode 15 structured logging to work
Hi Quinn. No that works fine. It seems that it's broken for projects that were created with an Xcode version < 15.
Replies
Boosts
Views
Activity
Aug ’23
Comment on What is the point of the Unified Logging System and the new `Logger` API if it's so inflexible and clumsy?
Note I regularly see folks wrap the log so that they can add #file and #line markers. There’s no need to do that, because you can get that info using --source. Where can I learn more about --source? I've not heard of this before?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23