开发者

Create the subclasses

I m new in iphone, I wan开发者_开发技巧t to create the subclasses of the NSView Class, how should i do that?


First, learn the language. Next, follow the directions.


It is not NSView class. It is UIView class and you can create using the following code:

@interface YourClassName : UIView {

}

@end
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜