Re: Arghh bindings
Re: Arghh bindings
- Subject: Re: Arghh bindings
- From: Graham Cox <email@hidden>
- Date: Tue, 11 Sep 2012 11:39:48 +1000
On 11/09/2012, at 11:29 AM, Rick Mann <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden