Contents

popoverDidClose(_:)

Invoked when the popover did close.

Declaration

@MainActor optional func popoverDidClose(_ notification: Notification)

Discussion

Invoked on the delegate when the didCloseNotification notification is sent.

This method will also be invoked on the delegate’s popover, if the method has been implemented.

See Also

Popover Visibility