gpt4 book ai didi

ios - 访问 LazyTableImages 中的 imageDownloadsInProgress

转载 作者:行者123 更新时间:2023-11-29 04:49:34 24 4
gpt4 key购买 nike

如果我对 imageDownloadsInProgress 数组执行任何操作,我会收到 EXC_BAD_ACCESS。

例如:

- (void)viewDidLoad {
[super viewDidLoad];

self.imageDownloadsInProgress = [NSMutableDictionary dictionary];
self.tableView.rowHeight = kCustomRowHeight;

// Set navigation items
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd
target:self action:@selector(test)];
self.navigationItem.rightBarButtonItem = addButton;
}

- (void)test {
NSLog(@"TEST: %@", self.imageDownloadsInProgress.count);
}

与线程有关吗?

最佳答案

我认为更好的问题是“你想要完成什么”如果你需要一个快速、高效和多线程的选项来从外部源(互联网)获取图像并在没有任何 UI 的情况下在表格 View 单元中使用它们滞后,那么 Blocks 就是你的 friend 。我有一个完整的示例类,如果您需要的话,我可以将其放在这里。

关于ios - 访问 LazyTableImages 中的 imageDownloadsInProgress,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9077590/

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