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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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