---
title: "stop(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikslideshow/stop(_:)"
---

# stop(_:)

Stops a slideshow.

## Declaration

```swift
func stop(_ sender: Any!)
```

## Parameters

- `sender`: The object sending the message to stop the slideshow.

## Discussion

Discussion This method is invoked when the user clicks a button or issues a stop command.

## See Also

### Running and Stopping a Slideshow

- [run(with:inMode:options:)](quartz/ikslideshow/run(with:inmode:options:).md)
- [autoPlayDelay](quartz/ikslideshow/autoplaydelay.md)
