Contents

PlaygroundLiveViewRepresentation.view(_:)

An AppKit view that's displayed as the live view.

Declaration

case view(NSView)

Discussion

This view must be the root of a view hierarchy (it must not have a superview), and it must not be owned by a view controller.

See Also

Displaying AppKit Views