如何对 UITextField 中的文本进行分组,就像在 Google 地图应用程序中一样,其中“当前位置”位于是否分组?

发布于 2024-10-10 09:20:57 字数 115 浏览 0 评论 0原文

我有一个类似于 Google 地图方向视图中的 UITextField 。我希望能够对文本“当前位置”进行分组,以便用户只需按退格键即可将其删除。有没有公​​共API可以做到这一点?

问候, 阿什什。

I have a UITextField similar to the one in Google Maps' direction view. I want to be able to group the text text "Current Location" so that the user can remove it by pressing just a backspace. Is there any public API for doing so?

Regards,
Ashish.

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

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

发布评论

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

评论(1

乖乖 2024-10-17 09:20:57

不。在 Google 地图方向视图中看起来有点像 UITextField 的控件不是 UITextField,它是一个自定义控件。或者,它不是单独的 UITextField,而是 UILabels、UIImages 等巧妙地叠加在 UITextField 之上。您无法通过普通 UITextField 获得所有这些功能。

No. The control that looks kind of like a UITextField in the Google Maps direction view is not a UITextField, it is a custom control. Or, it is not a UITextField alone, but a clever overlaying of UILabels, UIImages, etc. on top of a UITextField. You don't get all that functionality with the vanilla UITextField.

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