macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

createPanelDidEnd:returnCode:contextInfo:

**

-(void)createPanelDidEnd:(NSWindow *)sheet:
             returnCode:(int)returnCode:
             contextInfo:(void *)contextInfo:

解説

デリゲート
なし?

返り値

( void )

なし

引数

( NSWindow * )sheet
( int )returnCode
( void * )contextInfo

フレームワーク

SecurityInterface

クラス

SFKeychainSavePanel

Instance Methods

使用可能

10.4

参照

-beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:

例文