NSString sizeWithFont:forWidth:lineBreakMode: 方法的文档(在 iPhone SDK 中)?

发布于 2024-07-11 06:50:26 字数 398 浏览 7 评论 0原文

我找不到 NSString sizeWithFont:forWidth:lineBreakMode: 方法的文档(请参阅 Kevin Ballard 的回答到“调整 UILabel 的大小(在 iPhone SDK 中)以适合? ”)位于 iPhone SDK 开发人员文档中的 NSString 类参考中。 我应该去哪里看?

更新:我没有订阅 iPhone OS 库文档集,因此我的搜索不起作用。

I can't find the documentation for the NSString sizeWithFont:forWidth:lineBreakMode: method (see Kevin Ballard's answer to "Sizing a UILabel (in the iPhone SDK) to fit?") in the NSString Class Reference in the iPhone SDK Developer Documentation. Where should I look?

Update: I hadn't subscribed to an iPhone OS Library doc set, so my search didn't work.

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

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

发布评论

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

评论(2

江湖彼岸 2024-07-18 06:50:26

在 XCode 中,查找 sizeWithFont:forWidth:lineBreakMode:。 确保您已选择/可用 iPhone 文档集。

它也是 此处(如果您已登录开发者帐户)。

In XCode, look for sizeWithFont:forWidth:lineBreakMode:. Make sure you have the iPhone docset selected/available.

It's also here, if you're logged into your developer account.

岁月如刀 2024-07-18 06:50:26

这已被回答并接受,但还有一条评论:

sizeWithFont:* 方法严格来说并不是 NSString 的一部分。 它们是 UIKit 添加的 NSString 类别。

这可能就是您在订阅 iPhone OS 文档集之前无法进行搜索的原因。

This has been answered and accepted, but just one more comment:

The sizeWithFont:* methods are not strictly part of NSString. They are categories of NSString added by UIKit.

That's probably why your search didn't work before you subscribed to the iPhone OS doc set.

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