snapshot()
Renders the view’s scene into a new image object.
Declaration
func snapshot() -> UIImagefunc snapshot() -> NSImageReturn Value
An image object depicting the view in its current state.
Discussion
This method is thread-safe and may be called at any time.