Contents

snapshot()

Renders the view’s scene into a new image object.

Declaration

func snapshot() -> UIImage
func snapshot() -> NSImage

Return Value

An image object depicting the view in its current state.

Discussion

This method is thread-safe and may be called at any time.