macOS/iOS API解説

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

目次

NSScriptKeyValueCoding

NSScriptKeyValueCodingプロトコル

INDEX>Foundation> apple(mac) Macのみ 準拠 NSObject フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 定義 概要 フレームワーク 参照 タスク

replaceValueAtIndex:inPropertyWithKey:withValue:

指定した番号の値を置き換えます。 -(void)replaceValueAtIndex:(unsigned)index: inPropertyWithKey:(NSString *)key: withValue:(id)value: 解説 指定した番号の値を置き換えます。 返り値 ( void ) なし 引数 ( unsigned )index 番号 ( NSString * )key …

valueAtIndex:inPropertyWithKey:

指定した番号の値を返します -(id)valueAtIndex:(unsigned)index: inPropertyWithKey:(NSString *)key: 解説 指定した番号の値を返します。 返り値 ( id ) オブジェクト 引数 ( unsigned )index 番号 ( NSString * )key キー フレームワーク Foundation クラ…

valueWithName:inPropertyWithKey:

-(id)valueWithName:(NSString *)name: inPropertyWithKey:(NSString *)key: 解説 調査中... 返り値 ( id ) オブジェクト 引数 ( NSString * )name ( NSString * )key フレームワーク Foundation クラス NSScriptKeyValueCoding Instance Methods 使用可能 1…

valueWithName:inPropertyWithKey:

-(id)valueWithName:(NSString *)name: inPropertyWithKey:(NSString *)key: 解説 調査中... 返り値 ( id ) オブジェクト 引数 ( NSString * )name ( NSString * )key フレームワーク Foundation クラス NSScriptKeyValueCoding Instance Methods 使用可能 1…

insertValue:inPropertyWithKey:

-(void)insertValue:(id)value: inPropertyWithKey:(NSString *)key: 解説 調査中... 返り値 ( void ) なし 引数 ( id )value ( NSString * )key フレームワーク Foundation クラス NSScriptKeyValueCoding Instance Methods 使用可能 10.2 参照 例文

coerceValue:forKey:

値を切り替えます。 -(id)coerceValue:(id)value: forKey:(NSString *)key: 解説 値を切り替えます。 返り値 ( id ) オブジェクト 引数 ( id )value 値 ( NSString * )key キー フレームワーク Foundation クラス NSScriptKeyValueCoding Instance Methods …

insertValue:atIndex:inPropertyWithKey:

値を挿入します -(void)insertValue:(id)value: atIndex:(unsigned)index: inPropertyWithKey:(NSString *)key: 解説 値を挿入します。 返り値 ( void ) なし 引数 ( id )value 挿入する値 ( unsigned )index 番号 ( NSString * )key キー フレームワーク Fo…

removeValueAtIndex:fromPropertyWithKey:

指定した番号の値を取り除きます -(void)removeValueAtIndex:(unsigned)index: fromPropertyWithKey:(NSString *)key: 解説 指定した番号の値を取り除きます。 返り値 ( void ) なし 引数 ( unsigned )index 番号 ( NSString * )key キー フレームワーク Fou…