<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableView/reloadSectionIndexTitles()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITableView(im)reloadSectionIndexTitles"
  },
  "title" : "reloadSectionIndexTitles()"
}
-->

# reloadSectionIndexTitles()

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

```
func reloadSectionIndexTitles()
```

## 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

[`sectionIndexTitles(for:)`](/documentation/UIKit/UITableViewDataSource/sectionIndexTitles(for:))

Asks the data source to return the titles for the sections of a table view.



---

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)