gpt4 book ai didi

swift - 在 cellForRowAtIndexPath 之后添加处理程序?

转载 作者:行者123 更新时间:2023-11-30 13:19:11 24 4
gpt4 key购买 nike

我想知道是否可以在 cellForRowAtIndexPath 方法中添加一个等待返回单元格的处理程序。

像这样的处理程序:

func loadUserPicture(_width: CGFloat, _height: CGFloat, completionHandler : (_imageView:UIImageView, _image:UIImage)->())
{
...
}

最佳答案

您可以调用

- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath;

并重新加载之前的最后一个单元格。此方法在 tableView:cellForRowAtIndexPath: 之后调用。

关于swift - 在 cellForRowAtIndexPath 之后添加处理程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37932038/

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