macOS/iOS API解説

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

目次

beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:settings:keychain:

**

-(void)beginSheetForWindow:(NSWindow *)docWindow:
             modalDelegate:(id)delegate:
             didEndSelector:(SEL)didEndSelector:
             contextInfo:(void *)contextInfo:
             settings:(SecKeychainSettings *)settings:
             keychain:(SecKeychainRef)keychain:

解説

ユーザーがキーチェーン設定を変更するのを許可するシートを表示する

返り値

( void )

なし

引数

( NSWindow * )docWindow
( id )delegate
( SEL )didEndSelector
( void * )contextInfo
( SecKeychainSettings * )settings
( SecKeychainRef )keychain

フレームワーク

SecurityInterface

クラス

SFKeychainSettingsPanel

Instance Methods

使用可能

10.4

参照

-certificateSheetDidEnd:returnCode:contextInfo:
-runModalForSettings:keychain:

例文