Chinaunix首页 | 论坛 | 博客
  • 博客访问: 429489
  • 博文数量: 83
  • 博客积分: 2622
  • 博客等级: 少校
  • 技术积分: 1345
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-17 08:59
个人简介

一直在努力

文章分类

全部博文(83)

文章存档

2014年(3)

2013年(9)

2012年(46)

2010年(25)

分类:

2010-09-08 14:40:40

CFString is “toll-free bridged” with its Cocoa Foundation counterpart, 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.

翻译CFString是Cocoa 基础的NSString之间的“免费桥”。这意味着,在 Core Foundation类型和he bridged Foundation object的函数或方法可相互调用与。因此,在一个方法,你看到的NSString *参数,你可以传递一个CFStringRef,在一个函数,你看到一个CFStringRef参数,你可以传递一个的NSString实例。这也适用于具体的NSString子类。见“interchangeable Data Types”更多关于免费衔接的信息。
ns****与cf****ref相互兼容 
2.如何获得boundle中的文件
后续中~~~~
阅读(1026) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-09-10 20:26:06

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com