Contents

propagateAttachments(to:)

Copies all propagable attachments from one attachment bearer object to another.

Declaration

func propagateAttachments<T>(to destination: T) where T : CMAttachmentBearerProtocol

Parameters

  • destination:

    The object to copy attachments to.

See Also

Processing Attachments