I have a core data model, and I would like to generate custom
classes for each of the Entities in it. I am using Xcode 3.0: I see
that it is possible to copy-and-paste the interface/implementation
using the "Copy Obj-C 2.0 ... to Clipboard" options, but that is
really annoying in practice. I am wondering if there is a way to
just generate the class definitions automatically for all of the
entities? The idea would be some kind of menu option that generated
the required .h/.m files and added the appropriate definitions to
them.
Select all entities in the model and choose "File > New Fileā¦". And
"Design > Managed Object Class".
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden