Contents

popoverDidShow(_:)

Invoked when the popover has been shown.

Declaration

@MainActor optional func popoverDidShow(_ notification: Notification)

Discussion

Invoked on the delegate when the didShowNotification notification is sent.

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

See Also

Popover Visibility