popoverWillShow(in:)
Tells the handler that the app extension’s popover is about to be opened.
Declaration
optional func popoverWillShow(in window: SFSafariWindow)Parameters
- window:
The window to display the popover in.
Mentioned in
Discussion
This method is called when a popover associated with the app extension is triggered.