创建一个地址文本字段,就像苹果的短信应用程序一样

发布于 2024-09-17 00:55:36 字数 224 浏览 7 评论 0原文

我正在编写一个应用程序,用户必须能够选择多个地址。我想以同样的方式解决这个问题,就像苹果公司向某人发送短信时所做的那样。 您可以输入文本,每个选定的地址都会被一个蓝色气泡包围。

我已经找到了 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 技术交流群。

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

发布评论

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

评论(1

倒数 2024-09-24 00:55:36

有趣的。我不知道有任何其他开源解决方案,而且我认为从头开始编写比尝试解决链接器错误要耗时得多。我建议花几个小时并执行以下操作:

  1. 创建一个新的空应用程序。
  2. 下载 Three20 并按照 GitHub 上的详细说明链接该框架。

您应该能够将其链接起来,因为包括我在内的许多其他人都已经能够使用该框架。

抱歉,这不是您问题的直接答案。我希望它同样有帮助。安德鲁.

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:

  1. Create a new empty application.
  2. Download Three20 and follow the detailed instructions on GitHub for linking the framework.

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.

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