Contents

add(_:)

Adds supporting data to an issue.

Declaration

mutating func add(_ attachment: XCTAttachment)

Parameters

  • attachment:

    A data item that augments an issue, such as a file, image, screenshot, data blob, or ZIP file.

See Also

Issue Details