This API is not yet available in Skip.
Consider placing it within a #if !SKIP block.
You can file an issue against the owning library at https://github.com/skiptools,
or see the library README for information on adding support
The WindowGroup from SwiftUI is now available in Skip yet, when you are in your View Struct with a scene you are not able to utilize the WindowGroup API.
Code example:
WindowGroup {
// Your view stuff can go in here.
}
The WindowGroup from SwiftUI is now available in Skip yet, when you are in your View Struct with a scene you are not able to utilize the WindowGroup API.
Code example: