UITextField 从文本末尾开始

发布于 2024-09-05 11:05:39 字数 149 浏览 1 评论 0原文

我有一个显示长文本字符串的 UITextField。问题是,当我第一次打开包含 UITextField 的视图时,它会自动显示文本的结尾;我想让它显示开始。

我阅读了 Apple 开发中心的 UITextField 类参考,但似乎没有任何内容允许我更改它。我该怎么做?

I have a UITextField that displays a long text string. The problem is that when I first open the view containing the UITextField, it automatically shows the end of my text; I want it to show the beginning.

I read the UITextField Class Reference on the Apple dev center, but nothing seems to allow me to change it. How can I do this?

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

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

发布评论

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

评论(1

说谎友 2024-09-12 11:05:39

UITextField 不支持此功能。您可能会考虑切换到 UITextView (它有一个 scrollRangeToVisible: 方法)。

UITextField does not support this. You might consider switching to UITextView (which has a scrollRangeToVisible: method).

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