4个回答
2013-09-12
展开全部
参考代码如下:dispatch_async(_imageDataQueue, ^{ // data is an NSData object set when the download completes UIImage *image = [UIImage imageWithData:data]; dispatch_async(dispatch_get_main_queue(), ^{ if (image) { // this is stripped down, but it is just some simple logic // and eventually the image is set [theImageView setImage:image]; } else { // called if there is no image and theImageView's image is set // to a cached image [theImageView setImage:someCachedUIImage]; } });});
2013-09-12
展开全部
上午网速快的时候加载
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-12
展开全部
我公司的网站有很多图片要给客户看。但是图片加载速度不高,不知道有哪些方法能提高网页加载图片的速度?请指教!谢谢!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-09-12
展开全部
别闹了,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询