我尝试使用 NSHost 但 XCode 无法识别它

发布于 2024-10-26 17:55:15 字数 57 浏览 1 评论 0原文

我尝试添加 NSHost 方法,但 XCode 无法识别它。

你知道为什么会这样吗?

I tried to add an NSHost method and XCode didn't recognize it.

Do you know why this happened?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

好久不见√ 2024-11-02 17:55:15

您的问题带有 iPhone 标签; NSHost 在 iPhone 上不可用。 NSHost 仅适用于 Mac OS X。

以下是使用 NSHost 的替代解决方案:iPhone 应用程序中 NSHost 的替代方案

Your question is tagged with iPhone; NSHost is not available on the iPhone. NSHost is Mac OS X only.

Here is an alternative solution to using NSHost: Alternatives to NSHost in iPhone app

新一帅帅 2024-11-02 17:55:15

iPhone 不支持 NSHost。阅读苹果的技术说明

http://developer.apple.com/library/ ios/#qa/qa1652/_index.html

NSHost is not supported for iPhone. Read apple's technical note

http://developer.apple.com/library/ios/#qa/qa1652/_index.html

忆悲凉 2024-11-02 17:55:15

iPhone SDK 不支持 NSHost。但是您可以使用这个替代的 Objective-C 自定义类 相反。

iPhone SDK does not support NSHost. But you can use this alternative Objective-C custom class instead.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文