popoverWillShow(_:)
Invoked when the popover will show.
Declaration
@MainActor optional func popoverWillShow(_ notification: Notification)Discussion
Invoked on the delegate when the willShowNotification notification is sent.
This method will also be invoked on the delegate’s popover, if the method has been implemented.