<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISceneAccessory/externalNonInteractive(sceneConfiguration:userInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UISceneAccessory(cm)externalNonInteractiveSceneAccessoryWithConfiguration:userInfo:"
  },
  "title" : "externalNonInteractive(sceneConfiguration:userInfo:)"
}
-->

# externalNonInteractive(sceneConfiguration:userInfo:)

Creates a new scene accessory configuration for presenting non-interactive content
on an external display.

```
class func externalNonInteractive(sceneConfiguration: UISceneConfiguration, userInfo: Any) -> Self
```

## Parameters

`sceneConfiguration`

A scene configuration value with delegate type defined for it.

`userInfo`

An object that can be used to pass additional context to the scene delegate upon connection.

## Discussion

When the display connects, the scene accessory’s content may be presented on it.

This variant accepts a `userInfo` object to pass additional context to the scene delegate
upon connection. The `userInfo` object is accessible in the corresponding scene via
`UISceneConnectionOptions.sceneAccessoryUserInfo`.

---

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)