---
title: slideshowDidStop()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikslideshowdatasource/slideshowdidstop()
---

# slideshowDidStop()

Performs custom tasks when the slideshow stops.

## Declaration

```swift
optional func slideshowDidStop()
```

## Discussion

Discussion TImage Kit invokes this method when the slideshow stops. Implement this method to perform custom tasks at that time.

## See Also

### Related Documentation

- [IKSlideshowDataSource](quartz/ikslideshowdatasource.md)

### Performing Custom Tasks

- [slideshowWillStart()](quartz/ikslideshowdatasource/slideshowwillstart().md)
- [slideshowDidChangeCurrentIndex(_:)](quartz/ikslideshowdatasource/slideshowdidchangecurrentindex(_:).md)
