gpt4 book ai didi

iphone - 从 uitableviewcell 访问 uitableviewcontroller

转载 作者:行者123 更新时间:2023-12-03 18:27:47 25 4
gpt4 key购买 nike

我有这样的结构......

UITableViewController -> UITableViewCell -> UIView

我需要 UIView 来访问 UITableViewController 中的 HashTable (NSMutableDictionary)

有没有办法简单地从 ViewCell 访问 ViewController(使用 [ViewCell superview] 显然行不通)....我需要使用 [[UIApplication sharedApplication] delegate 向下通过 AppDelegate ]

谢谢!

最佳答案

这应该可以解决问题:

UITableView *tv = (UITableView *) self.superview.superview;
UITableViewController *vc = (UITableViewController *) tv.dataSource;

关于iphone - 从 uitableviewcell 访问 uitableviewcontroller,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/828777/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com