You probably should be using @synthesize instead. Also, your transient
accessors are not properly formed--you should wrap actions (both get/
set) in
will/did notification calls.
Without specifying, they default to @dynamic, which means I'm
providing implementations at runtime. I do provide implementations for
ep1, but CoreData provides the implementation for shadowEP1.
You're right about the will/did...
--
Rick
_______________________________________________
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