---
title: reloadSectionIndexTitles()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uitableview/reloadsectionindextitles()
---

# reloadSectionIndexTitles()

Reloads the items in the index bar along the right side of the table view.

## Declaration

```swift
func reloadSectionIndexTitles()
```

## Discussion

Discussion This method gives you a way to update the section index after inserting or deleting sections without having to reload the whole table.

## See Also

### Related Documentation

- [sectionIndexTitles(for:)](uikit/uitableviewdatasource/sectionindextitles(for:).md)

### Reloading the table view

- [hasUncommittedUpdates](uikit/uitableview/hasuncommittedupdates.md)
- [reconfigureRows(at:)](uikit/uitableview/reconfigurerows(at:).md)
- [reloadData()](uikit/uitableview/reloaddata().md)
- [reloadRows(at:with:)](uikit/uitableview/reloadrows(at:with:).md)
- [reloadSections(_:with:)](uikit/uitableview/reloadsections(_:with:).md)
