---
title: "nameOfSlideshowItem(at:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikslideshowdatasource/nameofslideshowitem(at:)"
---

# nameOfSlideshowItem(at:)

Returns the display name for item at the specified index.

## Declaration

```swift
optional func nameOfSlideshowItem(at index: Int) -> String!
```

## Parameters

- `index`: The index for a slideshow item.

## Return Value

Return Value The display name. For the best user experience, you should provide the localized name, because this string appears in the user interface.

## Discussion

Discussion This method is optional.

## See Also

### Providing Slideshow Information

- [numberOfSlideshowItems()](quartz/ikslideshowdatasource/numberofslideshowitems().md)
- [slideshowItem(at:)](quartz/ikslideshowdatasource/slideshowitem(at:).md)
- [canExportSlideshowItem(at:toApplication:)](quartz/ikslideshowdatasource/canexportslideshowitem(at:toapplication:).md)
