macOS/iOS API解説

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

目次

0-05-20から1日間の記事一覧

colorWithCGColor:

コアイメージカラーを作成します +(CIColor *)colorWithCGColor:(CGColorRef)c: 解説 CGColorCreateなどのQuartz2Dの色作成関数を使用して作成されたQuartz2Dカラー(CGColorRef)からコアイメージカラーを作成します。 返り値 ( CIColor * ) なし 引数 ( CGCo…

settingsPanelDidEnd:returnCode:contextInfo:

シートが閉じたときに呼び出されるデリゲートメソッド -(void)settingsPanelDidEnd:(NSWindow *)sheet: returnCode:(int)returnCode: contextInfo:(void *)contextInfo: 解説 シートが閉じたときに呼び出されるデリゲートメソッド 返り値 ( void ) なし 引数…

runModalForSettings:keychain:

** -(int)runModalForSettings:(SecKeychainSettings *)settings: keychain:(SecKeychainRef)keychain: 解説 調査中... セッティングでモーダルを開始します。 返り値 ( int ) 整数値 引数 ( SecKeychainSettings * )settings ( SecKeychainRef )keychain フ…

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: 解説 ユーザ…

sharedKeychainSettingsPanel

** 解説 もしオブジェクトが作られたら共有キーチェーン設定パネルオブジェクトを返します。 このメソッドは最初にオブジェクトをアロケートして初期化します 返り値 ( SFKeychainSettingsPanel * ) なし 引数 フレームワーク SecurityInterface クラス SFKe…

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 参照 例文

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) 例文

setPolicies:

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

setEditableTrust:

証明書の信用設定をユーザーが編集できるかの設定 -(void)setEditableTrust:(BOOL)editable: 解説 証明書の信用設定をユーザーが編集できるかの設定 パラメータの説明 editable もし信用設定が編集可能ならYESを渡す。 返り値 ( void ) なし 引数 ( BOOL )ed…

setDisplayTrust:

ユーザーが信用設定を見ることができるかをセットします -(void)setDisplayTrust:(BOOL)display: 解説 ユーザーが信用設定を見ることができるかをセットします。 返り値 ( void ) なし 引数 ( BOOL )display フレームワーク SecurityInterface クラス SFCert…

setDisplayDetails:

ユーザーが見る事の出来る証明書の詳細 -(void)setDisplayDetails:(BOOL)display: 解説 ユーザーが見る事の出来る証明書の詳細 返り値 ( void ) なし 引数 ( BOOL )display フレームワーク SecurityInterface クラス SFCertificateView Instance Methods 使…

setCertificate:

ビューで表示する証明書 -(void)setCertificate:(SecCertificateRef)certificate: 解説 ビューで表示する証明書 返り値 ( void ) なし 引数 ( SecCertificateRef )certificate フレームワーク SecurityInterface クラス SFCertificateView Instance Methods …