开发者

Create the subclasses

开发者 https://www.devze.com 2023-02-28 17:30 出处:网络
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

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

精彩评论

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

关注公众号