0

如何从视频 URL 下载缩略图并使用延迟加载将其显示在 tableview 单元格中?

4

2 回答 2

1

苹果提供了一个非常好的教程。您可以在下面的链接中获得它。

http://developer.apple.com/library/ios/#samplecode/LazyTableImages/Introduction/Intro.html

同样的另一个链接是

http://code4app.net/ios/Lazy-Table-Images/4f8cc55506f6e7d565000001

于 2013-06-01T13:34:25.377 回答
0

AFNetworking is a very good choice for a third party library to drop into your project. Very easy to use. Look for UIImageView+AFNetworking in particular.

https://github.com/AFNetworking/AFNetworking

于 2013-06-01T13:14:36.423 回答