Features
- #447 Add the ability to show view controller in a new window with
SwiftMessagesSegue
.
This capability is available when usingSwiftMessagesSegue
programmatically by supplying
an instance ofWindowViewController
as the segue's source view controller.
Fixes
- #451 Fix app extension crash
Changes
- This release has minor breaking changes in the
WindowViewController
initializers.
ThewindowLevel
is no longer accepted as an argument because theconfig
parameter
should specify the window level in thepresentationContext
property.