I have been migrating from old UiKit to use SwiftUI form, I use of course .formStyle(.grouped). Only issue that I'm having is that under macOS the forms looks a bit like iOS and I didn't find any way to make it look like it was shown on the WWDC with a gray transparent background. Is this not supported out of the box and I need to write a custom code to achieve that look ? or am I missing a configuration ?
This is how my current form looks like on macOS :
I Would wish if I could make it look like:
I do use the same formStyle and Form element but the look is different the background is while and not gray transparent.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I added recently FocusFocus support to an app built with UiKit for iOS iPadOS and uses macCatalyst for macOS, the perform method on SetFocusFilterIntent is called without any issue when I test the app under iOS or iPadOS when the Focus changes, but under macOS nothing happens (perform method in SetFocusFilterIntent is not called when focus changes).
Is there a missing configuration that I need explicitly to add for this to work also under macOS ?
Is this a known issue and will be addressed on a newer update of macOS Ventura ?