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

# configurationItems()

Returns configuration items to display in the compose view.

```
func configurationItems() -> [Any]!
```

## Return Value

An array of [`SLComposeSheetConfigurationItem`](/documentation/Social/SLComposeSheetConfigurationItem) objects, or `nil` if no configuration items need to be displayed.

## Discussion

Implement this method if you need to display configuration items, such as an account picker or privacy indicator, in your compose 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)