Contents

printView(_:)

This action method opens the Print panel, and if the user chooses an option other than canceling, prints the view and all its subviews to the device specified in the Print panel.

Declaration

func printView(_ sender: Any?)

Parameters

  • sender:

    The object that sent the message.

See Also

Printing the View’s Content