nameOfSlideshowItem(at:)
Returns the display name for item at the specified index.
Declaration
optional func nameOfSlideshowItem(at index: Int) -> String!Parameters
- index:
The index for a slideshow item.
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
This method is optional.