Iphone - 如何在 Interface Builder 中对齐文本(如报纸)

发布于 2024-08-23 10:49:16 字数 68 浏览 8 评论 0原文

是否可以?完全对齐文本吗?有谁知道任何 hack 或 Interface Builder 插件吗?

谢谢!

Is it possible? Align the text fully justified? Does anyone know any hack or Interface Builder plugin?

Thanks!

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

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

发布评论

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

评论(4

天涯离梦残月幽梦 2024-08-30 10:49:16

这是我博客中的解决方案。我不喜欢使用WebView。还包括连字词包装。

Here is the solution in my blog. I don't like use WebView. Also hyphenation word wrapper included.

七婞 2024-08-30 10:49:16

您不能使用 UITextView 或任何其他方式来做到这一点。当我需要对齐文本时,我会构建一个 html 并将其显示在 UIWebView 中。

You cannot do it using UITextView, or any others. When I need justified text, I construct an html and show it in a UIWebView.

来日方长 2024-08-30 10:49:16

UITextAlignment 看起来你不能。也许您可以使用文本绘制代码自己绘制文本,因为您不需要交互,所以应该不会太困难。

From the definition of UITextAlignment it looks like you can't. Perhaps you can use the text drawing code to draw the text yourself, since you won't need interaction it shouldn't be too difficult.

九厘米的零° 2024-08-30 10:49:16

您可以使用 CoreText 来完成此操作,是的,您需要做更多的工作,但它的作用就像一个魅力。您可以查看教程。

You can do it using CoreText, yes, you will have a bit more of work, but it works like a charm. You can check this tutorial for that.

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