有谁知道如何将一个 UITableviewGroupedCell 链接到详细视图并将另一个单元格链接到另一个详细视图?
有谁知道如何将一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
执行此操作
,首先检查indexPath.section,然后检查indexPath.row
you can do it in
first check for indexPath.section and then indexPath.row