如何将 UITextView 中的文本从两侧和上方向内引入?

发布于 2024-11-30 05:18:04 字数 171 浏览 0 评论 0原文

我希望我的 UITextView 显示文本,但不让文本与屏幕一样宽。然而,我面临的问题是我希望滚动条位于现在的位置。我不确定该怎么做。这是我想要引入的文本图像,以便更清楚地向您展示我的意思:

在此处输入图像描述

I want my UITextView to show text but not have the text be as wide as the screen. The problem I face with this, however, is that I want the scrollbar to be in the position it's in now. I'm unsure how to do this. Here's an image of the text i want bringing in, to show you what i mean a bit more clearly:

enter image description here

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

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

发布评论

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

评论(1

青衫儰鉨ミ守葔 2024-12-07 05:18:04

您可以使用 UIScrollViewcontentInsetcontentOffsetcontentSize 属性(这是UITextView 的超类)。

You can customize the position of the text using the contentInset, contentOffset and contentSize properties of UIScrollView (which is the superclass of UITextView).

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