开发者

what are the signatures for alloc,init,NSobject

im new to iphone development here i dont the signatures of these methods like ,alloc,init and nsobject,ns开发者_StackOverflow中文版string.

can any one please help me for these signatures.

thank you in advance.


You should use apple documentation for this.

-(id)init;

+ (id)alloc;


NSObject *tempObject = [[NSObjectalloc]init];
NSString *tempString = [[NSString alloc]init];
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜