popoverDidDetach(_:)
Indicates that a popover has been released while it’s in an implicitly detached state.
Declaration
@MainActor optional func popoverDidDetach(_ popover: NSPopover)Parameters
- popover:
The popover that detached from its anchor view and is not closing.
Discussion
This method is not called when the popover’s detached window is returned by detachableWindow(for:).