KVO using threads
KVO using threads
- Subject: KVO using threads
- From: "Paulo F. Andrade" <email@hidden>
- Date: Tue, 1 May 2007 19:40:49 +0100
Hi!
Does KVO work when the changes are made in different thread?
I'm changing a tooMany relationship using the add<Key>Object: method
generated by the Xcode modeling tool.
The changes however aren't reflected in my tableview. I've also tried
using the mutableSetForKey:.
I know my tableView is set up correctly because if I restart my
application (causing all changes do flush to the SQLite store), every
change I made shows up correctly!
I've search the net for this and found that Bindings don't work with
DO, does this means they don't work with threads?
Paulo F. Andrade 52439@IST
mailto: email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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