---
title: UINib.OptionsKey
framework: uikit
role: symbol
role_heading: Structure
path: uikit/uinib/optionskey
---

# UINib.OptionsKey

Options that specify how to unarchive and instantiate the nib.

## Declaration

```swift
struct OptionsKey
```

## Topics

### Keys

- [externalObjects](uikit/uinib/optionskey/externalobjects.md)

### Initializers

- [init(rawValue:)](uikit/uinib/optionskey/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Retrieving objects from the nib file

- [instantiate(withOwner:options:)](uikit/uinib/instantiate(withowner:options:).md)
