创建一个地址文本字段,就像苹果的短信应用程序一样
我正在编写一个应用程序,用户必须能够选择多个地址。我想以同样的方式解决这个问题,就像苹果公司向某人发送短信时所做的那样。 您可以输入文本,每个选定的地址都会被一个蓝色气泡包围。
我已经找到了 facebook 的 tree20-kit,但由于一些我无法解决的链接器错误,我无法让它工作。
是否有其他工具能够执行此操作,或者您对如何创建这样的文本字段有任何建议吗?
你的, 布伊托尔
I'm writing an app, where I the user has to be able to select multiple adresses. I wanted to solve this in the same way, apple does when you send an SMS to someone.
You can enter text and it gets surrounded by a blue bubble for each adress selected.
I've already found facebook's tree20-kit, but I can't get it to work because of some linker error I cannot solve.
Is there any other kit out there, that's capable of doing this, or do you have any suggestions on how to create such a textField?
Yours,
Bujtor
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有趣的。我不知道有任何其他开源解决方案,而且我认为从头开始编写比尝试解决链接器错误要耗时得多。我建议花几个小时并执行以下操作:
您应该能够将其链接起来,因为包括我在内的许多其他人都已经能够使用该框架。
抱歉,这不是您问题的直接答案。我希望它同样有帮助。安德鲁.
Interesting. I don't know of any other open source solutions for this, and I think writing from scratch would be much more time consuming than trying to resolve the linker error. I would recommend spending a few hours and do the following:
You should be able to get this to link as many others, including myself, have been able to use this framework.
Sorry this isn't a straight forward answer to your question. I hope it was helpful just the same. Andrew.