Re: update a tableView from a different class
Re: update a tableView from a different class
- Subject: Re: update a tableView from a different class
- From: Kyle Sluder <email@hidden>
- Date: Wed, 04 May 2011 18:06:20 -0700
On Wed, May 4, 2011 at 5:52 PM, Martin Batholdy <email@hidden> wrote:
> I have a singleton class which manages a tableView.
> In the UI everything works fine. I can delete entries, edit entries and the table gets updated properly.
How is the table view getting its data. If it's through bindings, I
bet it's because you're not mutating the array in a KVO-compliant way.
--Kyle Sluder
_______________________________________________
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