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