The IKSave
instance that called the delegate.
Instance Method
インスタンスメソッド
save
saveOptions(_:shouldShowUTType:)
Called to determine if the specified uniform type identifier should be shown in the save panel.
Availability
- macOS 10.6+
Technology
- Quartz
Declaration 宣言
func saveOptions(_ saveOptions: IKSaveOptions
!,
shouldShowUTType utType: String
!) -> Bool
Parameters パラメータ
saveOptions
Options utType
The uniform type identifier to test.
Return Value 戻り値
true
if the specified type should be shown in the save options, otherwise false
.