<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSStoryboard/SceneIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@T@NSStoryboardSceneIdentifier"
  },
  "title" : "NSStoryboard.SceneIdentifier"
}
-->

# NSStoryboard.SceneIdentifier

A string that uniquely identifies a view controller or window controller in your storyboard file.

```
typealias SceneIdentifier = String
```

## Discussion

Set scene identifiers in your storyboard by assigning a value to the Storyboard ID attribute.

---

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)