一直在努力
分类:
2010-09-08 14:40:40
NSString
. This means that the Core Foundation type is interchangeable in function or method calls with the bridged Foundation object. Therefore, in a method where you see an NSString *
parameter, you can pass in a CFStringRef
, and in a function where you see a CFStringRef
parameter, you can pass in an NSString instance. This also applies to concrete subclasses of NSString. See “Interchangeable Data Types” for more information on toll-free bridging.chinaunix网友2010-09-10 20:26:06
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com