<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Social",
  "identifier" : "/documentation/Social/SLComposeServiceViewController/reloadConfigurationItems()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Social"
    ],
    "preciseIdentifier" : "c:objc(cs)SLComposeServiceViewController(im)reloadConfigurationItems"
  },
  "title" : "reloadConfigurationItems()"
}
-->

# reloadConfigurationItems()

Reloads the list of configuration items.

```
func reloadConfigurationItems()
```

## Discussion

In general, a subclass doesn’t need to call this method, unless it determines its configuration items in a deferred way, such as in [`presentationAnimationDidFinish()`](/documentation/Social/SLComposeServiceViewController/presentationAnimationDidFinish()). In particular, you don’t need to call this method after you change a configuration item property, because the `SLComposeServiceViewController` base class automatically detects and responds to such changes.

---

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)