Mac OS X 和 iPhone 上的 Foundation 框架之间的差异
好奇:
为什么 OS X 上的 Foundation 包含 CFHost (NSHost) 的包装器,但没有 CFSocket,而 iPhone OS 上的 Foundation 甚至没有 NSHost?
顺便说一句,iPhone 上是否有 CFHost 和 CFSocket 的任何库或任何编写的包装器?
Curious:
Why is it that Foundation on OS X contains a wrapper for CFHost (NSHost) but not CFSocket, and Foundation on iPhone OS doesn't even have NSHost?
And as an aside, are there any libraries or has any written any wrappers for CFHost and CFSocket on the iPhone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
奇怪的是,iPhone 版本的 Foundation 实际上包含
NSHost
类,但 Apple 不提供 它的标题。Oddly enough, the iPhone version of Foundation does actually include the
NSHost
class, but Apple doesn't provide the headers for it.