<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/saveOptions(_:shouldShowUTType:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(im)saveOptions:shouldShowUTType:"
  },
  "title" : "saveOptions(_:shouldShowUTType:)"
}
-->

# saveOptions(_:shouldShowUTType:)

Called to determine if the specified uniform type identifier should be shown in the save panel.

```
func saveOptions(_ saveOptions: IKSaveOptions!, shouldShowUTType utType: String!) -> Bool
```

## Parameters

`saveOptions`

The `IKSaveOptions` instance that called the delegate.

`utType`

The uniform type identifier to test.

## Return Value

[`YES`](/documentation/ObjectiveC/YES) if the specified type should be shown in the save options, otherwise [`NO`](/documentation/ObjectiveC/NO).

## Discussion

---

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)