From: Tim P. <he...@ti...> - 2007-06-27 08:11:30
|
Hey Jon I worked out how to access it... not that I understand much about CoreData (hence im learning at the moment), it seems that everything is centered on the managed object context. All i needed to do was attach an outlet to my ObjectController and call its managed object controller, from there I could access various methods from which to get at the relevant entities. I should imagine it would be possible to do this with ArrayControllers also. It does strike me that there is not a great deal of documentation of the basics of bindings and core data in general - its been a fairly "feel your way in the dark, passing the occasional light blub" scenario!! Thanks for your help Tim |