Working With Attachments
-
Represents an attachment and can be used to insert the associated attachment into a document at a specific key.
See moreDeclaration
Objective-C
@interface DITAttachment : NSObject -
These objects are returned by calls to
See morefetchAttachmentonDITCollections. They must be kept alive for as long as you wish to observe updates about the associated attachment.Declaration
Objective-C
@interface DITAttachmentFetcher : NSObject -
Serves as a token for a specific attachment that you can pass to a call to
fetchAttachmenton aDITCollection.Declaration
Objective-C
@interface DITAttachmentToken : NSObject
Working With Attachments Reference