从自定义 TableViewCell 中的按钮访问主视图

发布于 2025-01-08 05:54:30 字数 77 浏览 0 评论 0原文

我在表视图单元格中有一个按钮,按下该按钮会弹出一个 UIPickerView。我面临的唯一问题是找出如何从单元内部访问主视图。有什么想法吗?

I have a button in a table view cell which, when pressed brings up a UIPickerView. The only problem that I'm facing is finding out how to access the main view from inside the cell. Any ideas?

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

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

发布评论

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

评论(1

爱,才寂寞 2025-01-15 05:54:30

您可以沿着父视图链向上,直到到达 UITableView 视图。但是,我认为更好的方法是将选择器放置在表格单元格中。这里的隐喻是按下按钮导致单元格进入编辑模式,并且需要一个选择器视图(在您的情况下)。整个表视图 API 有大量的辅助函数来实现这一点。

You could follow the parent view chain up until you reach the view that is a UITableView. However, I think the better approach is to place the picker in the table cell. The metaphors here is pressing the button causes the cell to enter edit mode, and a picker view is needed (in your case). The whole table view API has plenty of helper functions to make that happen.

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