Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huri000 authored Jun 24, 2018
1 parent b1823bd commit 75d0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ By default, the window held by the application delegate becomes the key again ri
This behavior can be changed using `rollbackWindow` parameter.

```Swift
SwiftEntryKit.display(entry: view, using: attributes, rollbackWindow: alternativeWindow)
SwiftEntryKit.display(entry: view, using: attributes, rollbackWindow: .custom(window: alternativeWindow))
```
After the entry has been dismissed, the given window `alternativeWindow` would become the key instead of the window that is held by the application delegate.

Expand Down

0 comments on commit 75d0f45

Please sign in to comment.