I am modifying an Objective C application which displays members of set of images shown in an NSTableView control which obtains data from an ArrayController. I would like to replace one of the images in the array control. I have tried to do this by first removing the item, using the...