macOS/iOS API解説

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

目次

SFKeychainSavePanel

createPanelDidEnd:returnCode:contextInfo:

** -(void)createPanelDidEnd:(NSWindow *)sheet: returnCode:(int)returnCode: contextInfo:(void *)contextInfo: 解説 デリゲート なし? 返り値 ( void ) なし 引数 ( NSWindow * )sheet ( int )returnCode ( void * )contextInfo フレームワーク Securit…

setPassword:

** -(void)setPassword:(NSString *)password: 解説 作ろうとするキーチェーンのパスワードを指定する 返り値 ( void ) なし 引数 ( NSString * )password フレームワーク SecurityInterface クラス SFKeychainSavePanel Instance Methods 使用可能 10.3 参照…

runModalForDirectory:file:

** -(int)runModalForDirectory:(NSString *)path: file:(NSString *)name: 解説 ユーザーが新しいキーチェーンを作るのに使うパネルを表示します。 返り値 ( int ) OKボタンをクリックするならNSFileHandlingPanelOKButton、キャンセルボタンをクリックする…

keychain

** 解説 キーチェーン保存パネルでキーチェーンを作って返します。 返り値 ( SecKeychainRef ) なし 引数 フレームワーク SecurityInterface クラス SFKeychainSavePanel Instance Methods 使用可能 10.4 参照 -beginSheetForDirectory:file:modalForWindow:…

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

** -(void)beginSheetForDirectory:(NSString *)path: file:(NSString *)name: modalForWindow:(NSWindow *)docWindow: modalDelegate:(id)delegate: didEndSelector:(SEL)didEndSelector: contextInfo:(void *)contextInfo: 解説 調査中... 返り値 ( void )…

sharedKeychainSavePanel

** 解説 調査中... 返り値 ( SFKeychainSavePanel * ) なし 引数 フレームワーク SecurityInterface クラス SFKeychainSavePanel Class Methods 使用可能 10.4 参照 例文