0

I am trying to combine AQGridView with HJCache.

However, separately, both works fine. but i combine them together, it seems that they 're not compatible with each other.

Any one done this before? Can i have a hint?

4

1 回答 1

1

您可以使用 AFNetworking (https://github.com/AFNetworking/AFNetworking),它有一个 ImageView 类别,可以让您异步加载图像。

[content.imageView setImageWithURL:thumbURL placeholderImage:[UIImage imageNamed:@"thumbnail_loading.jpg"]];

内容是一个名为“imageview”的 ImageView 作为子视图的视图。

于 2012-05-03T20:25:28.807 回答