iOS - 不同格式的UILabel

发布于 2024-11-26 21:14:06 字数 262 浏览 0 评论 0 原文

有可能有这样的 UILabel 吗?

TITLE_LABEL 详细说明标签\n 结局是这样的

我希望你明白我的意思。抱歉,但我是意大利人:) TITLE_LABEL是一个具有一定格式的标签。 长描述标签是一个从 TITLE_LABEL 末尾开始的 UILabel,其大小将为 TITLE_LABEL.frame.size.width + 一些像素,当标签中的空格结束时,文本在 TITLE_LABEL 下继续左对齐。 谢谢

is it possible to have an UILabel like this?

TITLE_LABEL long description label \n
that end in like this

I hope you understand what i mean. Sorry, but i'm italian :)
TITLE_LABEL is one label with certain format.
long description label is an UILabel that start at the end of TITLE_LABEL, its size will be TITLE_LABEL.frame.size.width + some pixels and when spaces in label finish, text continue under TITLE_LABEL with left alignment.
Thanks

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

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

发布评论

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

评论(3

木格 2024-12-03 21:14:06

You can use NSString extension method, sizeWithFont to know the exact width that TITLE_LABEL will take. Then you can place the next UILabel after the TITLE_LABEL.

伪心 2024-12-03 21:14:06

事实上,解决方案不仅只有一种。您可以阅读有关 CoreText 框架的信息。
这是 文档< /a>

它不像 UIWebView 那样容易使用,但性能要好得多。

以下是一些示例

Actually there is not only one solution. You can read about CoreText Framework.
Here is the documentation

It is not that easy to use like UIWebView but the performance is way better.

Here are few examples

九八野马 2024-12-03 21:14:06

解决方案只有一个:使用网络视图。

The solution is one only : use a web view.

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