Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

arraycontroller

  1. S

    macOS Replacing an item in an ArrayController

    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...