Working With Attachments

  • Represents an attachment and can be used to insert the associated attachment into a document at a specific key.

    See more

    Declaration

    Objective-C

    @interface DITAttachment : NSObject
  • These objects are returned by calls to fetchAttachment on DITCollections. They must be kept alive for as long as you wish to observe updates about the associated attachment.

    See more

    Declaration

    Objective-C

    @interface DITAttachmentFetcher : NSObject
  • Serves as a token for a specific attachment that you can pass to a call to fetchAttachment on a DITCollection.

    Declaration

    Objective-C

    @interface DITAttachmentToken : NSObject