collaborationViewShouldPresentPopover(_:)
Asks the delegate whether the system can display the popover.
Declaration
optional func collaborationViewShouldPresentPopover(_ collaborationView: SWCollaborationView) -> BoolParameters
- collaborationView:
The related
SWCollaborationView.
Return Value
true if the system should present the popover; otherwise false.