<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISceneAccessoryRegistration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UISceneAccessoryRegistration"
  },
  "title" : "UISceneAccessoryRegistration"
}
-->

# UISceneAccessoryRegistration

A type which represents the registration for a given scene accessory.

```
@MainActor class UISceneAccessoryRegistration
```

## Overview

Instances of this type allow for observing availability of a given scene accessory,
as well as controlling whether the contents should be displayed when the system determines the scene is available.

## Topics

### Observing availability and controlling display

[`var isAvailable: Bool`](/documentation/UIKit/UISceneAccessoryRegistration/isAvailable)

Whether the associated scene accessory is available for display by the system or not.

[`var isEnabled: Bool`](/documentation/UIKit/UISceneAccessoryRegistration/isEnabled)

Whether the content defined by this scene accessory should be displayed or not.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Sendable`](/documentation/Swift/Sendable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)