<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIScene/ConnectionOptions/sceneAccessoryUserInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UISceneConnectionOptions(py)sceneAccessoryUserInfo"
  },
  "title" : "sceneAccessoryUserInfo"
}
-->

# sceneAccessoryUserInfo

An optional user info object, provided when creating the `UISceneAccessory` for this scene accessory.

```
var sceneAccessoryUserInfo: Any? { get }
```

## Discussion

This object can be used to associate data to the scene accessory configuration to be passed to the scene delegate when the scene connects.

---

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)