propagateAttachments(to:)
Copies all propagable attachments from one attachment bearer object to another.
Declaration
func propagateAttachments<T>(to destination: T) where T : CMAttachmentBearerProtocolParameters
- destination:
The object to copy attachments to.