---
title: sceneAccessoryUserInfo
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/connectionoptions/sceneaccessoryuserinfo
---

# sceneAccessoryUserInfo

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

## Declaration

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

## Discussion

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.
