如何从 UITextView 中实现这样的弹出窗口?

发布于 2024-12-04 04:30:01 字数 409 浏览 1 评论 0原文

我有一个适用于 iPhone / iPod touch 的应用程序,它有一个 UITextView,我想在 UITextView 内添加按钮。 UITextView 包含一个接一个的名称,如下所示:

firstname <button>
secondname <button> ...

我想在每个名称附近添加一个

在此处输入图像描述

在此其他应用程序中,单击加号按钮时会出现带有两个按钮的概述。

我怎样才能达到这样的观点呢?

I have an app for iPhone / iPod touch that has an UITextView and I would like to add button(s) inside the UITextView. The UITextView contains names one after the other like this:

firstname <button>
secondname <button> ...

I would like to add a <button> near each name and when I tap it a view should appear that looks like this:

enter image description here

In this other application, an overview appears with two buttons when the plus button is clicked.

How can I achieve such a view?

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

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

发布评论

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

评论(2

一念一轮回 2024-12-11 04:30:01

我建议使用 UIWebview 并在 HTML/CSS 中完成所有操作。

I would suggest using a UIWebview and doing everything in HTML/CSS.

櫻之舞 2024-12-11 04:30:01

查看此链接 http://third20.info/ 。它是 Three20 图书馆,在这里您可以得到比您所要求的更多的东西。但如果这是您唯一想要实现的事情,那就太耗时了。

另一种方法是使用两个按钮创建自定义视图,并使其在按钮点击时可见。希望这有帮助。

Check out this link http://three20.info/ . Its three20 library , you can much more here than what you are asking . But it would be too time consuming if this is the only thing you want to implement.

Other way is to create the custom view with two buttons and make it visible on the button tap. Hope this helps.

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