Tekkaman

导航

 

2013年5月7日

摘要: 【objc之method&class attributes】 Objective-C now supports some gcc attributes for Objective-C methods. Syntactically, attributes for a method follow the method's declaration, and attributes for a method parameter sit between the parameter type and the parameter name. Supported attributes inclu 阅读全文
posted @ 2013-05-07 19:41 Tekkaman 阅读(295) 评论(0) 推荐(0)
 
摘要: 【mac之 dylib类型】 1、dependent library Adependent library, from the client’s point of view, is a dynamic library the client is linked with. Dependent libraries are loaded into the same process the client is being loaded into as part of its load process. For example, when an app is launched, its depende. 阅读全文
posted @ 2013-05-07 19:15 Tekkaman 阅读(2598) 评论(0) 推荐(0)