gpt4 book ai didi

ios - 是否可以调用super tableView : didSelectRowAtIndexPath: in a custom subclass?

转载 作者:行者123 更新时间:2023-11-29 10:50:20 24 4
gpt4 key购买 nike

我有一个名为 SuperTableVC 的自定义 UITableviewViewController 类。我还有一个名为 SubTableVC 的 SuperTableVC 子类,我想在 tableView: didSelectRowAtIndexPath:

中再添加一个方法调用

我可以(应该)在 SubTableVC 中执行以下操作吗?

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

[super tableView:tableView didSelectRowAtIndexPath:indexPath];
[self doSomethingExtra];

}

最佳答案

当然。为什么不?这是基本的类继承逻辑。

关于ios - 是否可以调用super tableView : didSelectRowAtIndexPath: in a custom subclass?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20723037/

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