指定したオブジェクトを削除します
-(void)removeObject:(id)object:
解説
指定したオブジェクトを削除します。
返り値
( void )
なし
引数
( id )object
フレームワーク
ApplicationKit
クラス
NSArrayController
Instance Methods
使用可能
10.3
参照
-removeObjects:
-removeObjectAtArrangedObjectIndex:
-addObject:
例文
[myOutlet removeObject: [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:YES],@"newKey", @"aaa",@"newKey1", nil] ];