开发者

Create an entity class

开发者 https://www.devze.com 2023-03-08 16:29 出处:网络
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.

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开发者_StackOverflow中文版.


Here are a very simple tutorials, check links bellow:

  • iPhone Development and a sample Objective C Program
  • Tutorial: Creating Class Categories in Objective C
0

精彩评论

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