创建实体类
如何在 iPhone 项目中创建实体类?请给我一个非常简单的例子,因为我是 iPhone 开发的新手。
@Edit:: 因此,创建一个包含所有类共有的属性的基本实体,然后创建可观察类并使其继承自基本类。在这个应用程序中,我们很可能能够使用 Observable 作为其他实体的基类,因为 Observable 应该能够保存为对话。
How can I create an entity class in an iPhone project? Please give me a very simple example, because I'm new in iPhone development.
@Edit:: So create a Base-entity containing the properties which will be common for all the classes, then create the Observable-class and make it inherit from the Base-class. In this app we might very well be able to use the Observable as a base class for the other entities because an Observable should be able to be saves as a Dialogue for example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个非常简单的教程,请查看以下链接:
Objective C 程序
Here are a very simple tutorials, check links bellow:
Objective C Program