---
title: "saveOptions(_:shouldShowUTType:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/saveoptions(_:shouldshowuttype:)"
---

# saveOptions(_:shouldShowUTType:)

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

## Declaration

```swift
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

Return Value YES if the specified type should be shown in the save options, otherwise NO.
