iphone - NSManagedObject is there a way to import created subclass to xcdatamodel file -


i have question.

you can export nsmanagedobject subclass xcode xcdatamodel file when create entity.

is there way import nsmanagedobject subclass xcdatamodel diagram???

thanks

i not think possible. however, should pretty easy manual build entity , may find out had missing (e.g. inverse relationship).

you can import compiled datamodel file (.mom) model design document (.xcdatamodel) using xcode > design > data model > import.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -