macOS/iOS API解説

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

目次

SFChooseIdentityPanel

chooseIdentityPanelShowHelp:

** -(BOOL)chooseIdentityPanelShowHelp:(SFChooseIdentityPanel *)sender: 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 ( SFChooseIdentityPanel * )sender フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.…

chooseIdentitySheetDidEnd:returnCode:contextInfo:

** -(void)chooseIdentitySheetDidEnd:(NSWindow *)sheet: returnCode:(int)returnCode: contextInfo:(void *)contextInfo: 解説 調査中... ない? 返り値 ( void ) なし 引数 ( NSWindow * )sheet ( int )returnCode ( void * )contextInfo フレームワーク …

showsHelp

** 解説 調査中... 返り値 ( BOOL ) YES/NO 引数 フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.4 参照 -setShowsHelp: 例文

setShowsHelp:

シートやパネルでヘルプボタンを表示します -(void)setShowsHelp:(BOOL)showsHelp: 解説 シートやパネルでヘルプボタンを表示します。 返り値 ( void ) なし 引数 ( BOOL )showsHelp フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instanc…

setPolicies:

証明書ポリシーをセットします -(void)setPolicies:(id)policies: 解説 証明書ポリシーをセットします。 返り値 ( void ) なし 引数 ( id )policies フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.4 参照 -p…

setHelpAnchor:

** -(void)setHelpAnchor:(NSString *)anchor: 解説 調査中... 返り値 ( void ) なし 引数 ( NSString * )anchor フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.4 参照 -setShowsHelp: -chooseIdentityPanel…

setDefaultButtonTitle:

デフォルトボタンタイトルをセットします -(void)setDefaultButtonTitle:(NSString *)title: 解説 デフォルトボタンタイトルをセットします。 返り値 ( void ) なし 引数 ( NSString * )title フレームワーク SecurityInterface クラス SFChooseIdentityPane…

setAlternateButtonTitle:

代替ボタンタイトルをセットします -(void)setAlternateButtonTitle:(NSString *)title: 解説 代替ボタンタイトルをセットします。 返り値 ( void ) なし 引数 ( NSString * )title フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance…

runModalForIdentities:message:

** -(int)runModalForIdentities:(NSArray *)identities: message:(NSString *)message: 解説 調査中... 返り値 ( int ) 整数値 引数 ( NSArray * )identities ( NSString * )message フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instan…

policies

** 解説 調査中... ポリシーを返します。 返り値 ( NSArray * ) なし 引数 フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.4 参照 -setPolicies: 例文

identity

** 解説 調査中... IDを返します。 返り値 ( SecIdentityRef ) なし 引数 フレームワーク SecurityInterface クラス SFChooseIdentityPanel Instance Methods 使用可能 10.3 参照 例文

helpAnchor

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

beginSheetForWindow:modalDelegate:didEndSelector:contextInfo:identities:message:

** -(void)beginSheetForWindow:(NSWindow *)docWindow: modalDelegate:(id)delegate: didEndSelector:(SEL)didEndSelector: contextInfo:(void *)contextInfo: identities:(NSArray *)identities: message:(NSString *)message: 解説 調査中... 返り値 ( vo…

sharedChooseIdentityPanel

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