美莉石头

一点点平静,一点点努力。

导航

2011年11月28日

摘要: 本文主要是对教程:Learn Objective-C (http://cocoadevcentral.com/d/learn_objectivec/)的知识点总结。1.方法调用调用一个对象的方法[object method];[object methodWithInput:input];带返回值的方法output = [object methodWithOutput];output = [object methodWithInputAndOutput:input];类方法,类似于c++类中的static方法NSString *myObject = [NSString string];id,类似 阅读全文

posted @ 2011-11-28 23:01 美莉石头 阅读(199) 评论(0) 推荐(0)