开发者

Create Managed Object Model From Existing XSD - iPhone Core Data

I have several existing XML schema files with a defined data model. I would now like 开发者_JAVA技巧to incorporate the exact data model in an iPhone app, using Core Data for persistence. Does anyone know if there is a way to create a Managed Object Model other than by using the graphical tool in Xcode? It would take me a long long time to have to go through and re-create my object model in Xcode. It would be nice if I could just somehow import what I already have.


Xcode's graphical tool is the only way to create a model at this time. You can write code to dynamically create a model in memory but it can't be persisted (the data can but the model cannot).

You can also create the model from your data objects but that takes as long if not longer than using the graphical tool.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜