macOS/iOS API解説

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

目次

NSIndexSpecifier

NSIndexSpecifierクラス

Index>Foundation>apple(mac) 解説 継承 NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 Mac OS X v10.0以降 定義 概要 適合するプロトコル メソッド Creating Index Specifiers – initWithCo…

initWithContainerClassDescription:containerSpecifier:key:index:

番号指示子を初期化して返します -(id)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc: containerSpecifier:(NSScriptObjectSpecifier *)container: key:(NSString *)property: index:(int)index: 解説 番号指示子を初期化して返…

index

番号を返します 解説 番号を返します。 返り値 ( int ) 整数値 引数 フレームワーク Foundation クラス NSIndexSpecifier Instance Methods 使用可能 10.0 参照 例文 NSLog([NSString stringWithFormat:@"%d",[rSpec index]]); [rSpec setIndex:2]; NSLog([N…

setIndex:

番号をセットします -(void)setIndex:(int)index: 解説 番号をセットします。 返り値 ( void ) なし 引数 ( int )index 番号 フレームワーク Foundation クラス NSIndexSpecifier Instance Methods 使用可能 10.0 参照 例文 NSLog([NSString stringWithForma…