有谁知道如何将一个 UITableviewGroupedCell 链接到详细视图并将另一个单元格链接到另一个详细视图?

发布于 2024-10-28 21:58:16 字数 143 浏览 3 评论 0原文

有谁知道如何将一个 UITableviewGroupedCell 链接到详细视图并将另一个单元格链接到另一个详细视图?我已经尝试了一切并搜索了一切。

仅供参考:它是选项卡栏应用程序的第五个选项卡上的分组表格视图。如果你需要知道这一点,我不知道,但它就在那里

Does any one know how to link One UITableviewGroupedCell to a detailview and link another cell to another detailview? I've tried everything and searched everything.

FYI: Its a grouped tableview on the fifth tab of a tabbar app. IDK if you need to know this, but its there

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

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

发布评论

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

评论(1

雾里花 2024-11-04 21:58:16

执行此操作

  • 你可以在(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 中

,首先检查indexPath.section,然后检查indexPath.row

you can do it in

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

first check for indexPath.section and then indexPath.row

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