stop(_:)
Stops a slideshow.
Declaration
func stop(_ sender: Any!)Parameters
- sender:
The object sending the message to stop the slideshow.
Discussion
This method is invoked when the user clicks a button or issues a stop command.
Stops a slideshow.
func stop(_ sender: Any!)The object sending the message to stop the slideshow.
This method is invoked when the user clicks a button or issues a stop command.