<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKSlideshowDataSource/slideshowDidStop()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(pl)IKSlideshowDataSource(im)slideshowDidStop"
  },
  "title" : "slideshowDidStop()"
}
-->

# slideshowDidStop()

Performs custom tasks when the slideshow stops.

```
optional func slideshowDidStop()
```

## Discussion

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

## See Also

[`IKSlideshowDataSource`](/documentation/Quartz/IKSlideshowDataSource)

The `IKSlideshowDataSource` protocol describes the methods that an [`IKSlideshow`](/documentation/Quartz/IKSlideshow) object uses to access the contents of its data source object.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)