---
title: NSHostingSceneBridgingOptions
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/nshostingscenebridgingoptions
---

# NSHostingSceneBridgingOptions

Options for how hosting views and controllers manage aspects of the associated window.

## Declaration

```swift
struct NSHostingSceneBridgingOptions
```

## Topics

### Geting bridging options

- [all](swiftui/nshostingscenebridgingoptions/all.md)
- [title](swiftui/nshostingscenebridgingoptions/title.md)
- [toolbars](swiftui/nshostingscenebridgingoptions/toolbars.md)

### Creating a bridging options

- [init(rawValue:)](swiftui/nshostingscenebridgingoptions/init(rawvalue:).md)
- [rawValue](swiftui/nshostingscenebridgingoptions/rawvalue.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Displaying SwiftUI views in AppKit

- [Unifying your app’s animations](swiftui/unifying-your-app-s-animations.md)
- [NSHostingController](swiftui/nshostingcontroller.md)
- [NSHostingView](swiftui/nshostingview.md)
- [NSHostingMenu](swiftui/nshostingmenu.md)
- [NSHostingSizingOptions](swiftui/nshostingsizingoptions.md)
- [NSHostingSceneRepresentation](swiftui/nshostingscenerepresentation.md)
