stop(_:)
Stops rendering a composition in a view.
Declaration
@IBAction func stop(_ sender: Any!)Parameters
- sender:
The object (such as a button or menu item) sending the message to stop rendering. You need to connect the object in the interface to the action.
Discussion
The method is invoked when the user clicks a button or issues a command from some other user interface element, such as a menu. It is equivalent to the stopRendering() method.