---
title: sectionIndexTitles
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uilocalizedindexedcollation/sectionindextitles
---

# sectionIndexTitles

Returns the list of section-index titles for the table view.

## Declaration

```swift
var sectionIndexTitles: [String] { get }
```

## Discussion

Discussion This property contains the localized list of section-index titles sorted according to the specified ordering (for example, A through Z in US English). In its implementation of sectionIndexTitles(for:), the data source can call this method on the indexed-collation object and pass back the result.

## See Also

### Providing section index data to the table view

- [sectionTitles](uikit/uilocalizedindexedcollation/sectiontitles.md)
- [section(forSectionIndexTitle:)](uikit/uilocalizedindexedcollation/section(forsectionindextitle:).md)
