iOS - UIPopOverController - 动态菜单?

发布于 2024-11-17 16:28:03 字数 149 浏览 3 评论 0原文

我知道 UIPopOverController 可以提供标准下拉菜单,但我很好奇它是否可以提供动态下拉菜单。

动态下拉菜单将更进一步,单击列表中的任何项目都可以展开更多选项或执行某些其他操作,类似于文件菜单的行为方式。

如果有任何例子,我们将不胜感激。

I know UIPopOverController can give a standard drop down but I'm curious if it can do a dynamic drop down.

The Dynamic drop down would take it one step further and clicking on any item in the list could expand out more options or preform some other action, similar to how file menus behave.

If any examples exist that would be appreciated.

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

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

发布评论

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

评论(1

寒冷纷飞旳雪 2024-11-24 16:28:03

没有令人信服的理由为什么不这样做,但您只需要自己编写所有内容(在表视图或其他方式中)。弹出窗口控制器只是视图控制器的容器:编写一个执行您想要的操作的视图控制器,然后您就完成了。

There's no compelling reason why not, but you'd just have to write it all yourself (in a table view or otherwise). Popover controllers are just containers for view controllers: write a view controller that does what you want, and you're set.

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