Contents

collaborationViewShouldPresentPopover(_:)

Asks the delegate whether the system can display the popover.

Declaration

optional func collaborationViewShouldPresentPopover(_ collaborationView: SWCollaborationView) -> Bool

Parameters

  • collaborationView:

    The related SWCollaborationView.

Return Value

true if the system should present the popover; otherwise false.

See Also

Responding to popover activity