Post

Replies

Boosts

Views

Activity

Comment on Xcode 15 assert when running app
Not yet but it's something that I may look at in the longer term. For the time being, I'm using a top-level NavigationSplitView and doing something more primitive in place of the inner NavigationSplitView that lets me make progress with my current setup. (Or course, then I just ran into a bug involving DisclosureGroup so ...) Have you tried mixing NavigationSplitView and NavigationStack (i.e. using the NavigationStack inside the detail: of the NavigationSplitView)?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’23
Comment on Section(isExpanded:) bug on macOS?
I'm on macOS 14.1 Beta (23B5067a) / Xcode 15.1 beta (15C5028h) but I was seeing this issue before I updated to the betas. It's possible (not confirmed) that it may have been related to having nested List { Section(title:isExpanded:) } content.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on Code-level support ticket usage
Thanks! That's helpful.
Replies
Boosts
Views
Activity
Oct ’23
Comment on Section(isExpanded:) bug on macOS?
Oh, nice – I missed it because I was looking for the chevron on the left side and missed that it's only visible when the cursor is on the line. This should work for me, thank you! Any ideas why what I was trying to do wasn't working?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on Xcode 15 assert when running app
Not yet but it's something that I may look at in the longer term. For the time being, I'm using a top-level NavigationSplitView and doing something more primitive in place of the inner NavigationSplitView that lets me make progress with my current setup. (Or course, then I just ran into a bug involving DisclosureGroup so ...) Have you tried mixing NavigationSplitView and NavigationStack (i.e. using the NavigationStack inside the detail: of the NavigationSplitView)?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23