On 11/09/2012, at 11:29 AM, Rick Mann <rm...@latencyzero.com> wrote:
> - (void) > insertConnection: (NSDictionary*) inConn > atIndex: (NSUInteger) inIndex > > and the removal counterpart. Didn't help. I recall the mere presence of those > in the past fixed my issues, and I could still add and remove objects to the > mutable array directly (via its property). Yeah... but if you have the accessors you should be using them if you expect KVO notifications to be sent reliably in every possible case. > > So I tried calling -insertConnection:atIndex: instead. Still didn't help. > > What am I overlooking? Shouldn't this be insertObject:inConnectionsAtIndex: etc? --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com