Instance Method インスタンスメソッド

saveOptions:shouldShowUTType:

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

Declaration 宣言

- (BOOL)saveOptions:(IKSaveOptions *)saveOptions 
   shouldShowUTType:(NSString *)utType;

Parameters パラメータ

saveOptions

The IKSaveOptions instance that called the delegate.

utType

The uniform type identifier to test.

Return Value 戻り値

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