---
title: reloadConfigurationItems()
framework: social
role: symbol
role_heading: Instance Method
path: social/slcomposeserviceviewcontroller/reloadconfigurationitems()
---

# reloadConfigurationItems()

Reloads the list of configuration items.

## Declaration

```swift
func reloadConfigurationItems()
```

## Discussion

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(). 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.

## See Also

### Configuring the Post Details

- [configurationItems()](social/slcomposeserviceviewcontroller/configurationitems().md)
- [SLComposeSheetConfigurationItem](social/slcomposesheetconfigurationitem.md)
