Contents

sharingService(_:willShareItems:)

Invoked when the sharing service will share the specified items.

Declaration

@MainActor optional func sharingService(_ sharingService: NSSharingService, willShareItems items: [Any])

Parameters

  • sharingService:

    The sharing service.

  • items:

    The items being shared.

See Also

Sharing Items