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

BollywooD

macrumors 6502
Original poster
I am using the following method to try and add an NSArray (from an NSTreecontroller) to my NSArraycontroller:
Code:
[myArrayController addObject:myArray];

but it never executes?

is there a better way to add objects to an arraycontroller, and have it reflected immediately.
😕

also, my arraycontroller has been set up in IB with bindings, and works well, however if on first launch, I try to edit an item in any row (without first adding or removing an item) my App hangs...
if I have added or removed an item, I dont get this problem?

do I somehow need to initialize the Arraycontroller, so it is available on launch.😕
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.