Contents

contentView

The content that markup appears on top of.

Declaration

@MainActor @preconcurrency var contentView: UIView? { get set }

Discussion

The system sizes the content view to the frame of the markup and adds it below all the markup and drawing. When nil, markup appears on top of a blank white canvas.

Default is nil.

See Also

Displaying markup