SwiftUI-WindowManagement

MIT License

Stars
13

Bot releases are visible (Hide)

SwiftUI-WindowManagement - v2.1.1 Latest Release

Published by Wouter01 about 1 year ago

Remove Scene environment modifier, as it was made public in the SwiftUI API

SwiftUI-WindowManagement - v2.1.0

Published by Wouter01 over 1 year ago

  • Added transition Scene modifier
  • titlebarAppearsTransparent and movableByBackground parameters default to true
SwiftUI-WindowManagement - v2.0.0

Published by Wouter01 over 1 year ago

Version 2 is here, with a bunch of new features:

  • A new NSDocumentGroup Scene, which allows the use of a SwiftUI Window with NSDocument. This is offered as an alternative to the built-in DocumentGroup.
  • A way to open SwiftUI Windows and Settings from anywhere in the app, not only from SwiftUI Views.
  • An environment Scene modifier to pass an Environment value to multiple Scenes at once. This works the same as the environment View modifier.