如何对 UITextField 中的文本进行分组,就像在 Google 地图应用程序中一样,其中“当前位置”位于是否分组?
我有一个类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。在 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.