摘要: 1 lazytable 例子 2 3 // Set appIcon and clear temporary data/image 4 UIImage *image = [[UIImage alloc] initWithData:self.activeDownload]; 5 6 if (image.size.width != kAppIconHeight && image.size.height != kAppIconHeight) 7 { 8 CGSize itemSize = CGSizeMake(kAppIconHeight, kAp... 阅读全文
posted @ 2012-02-20 20:16 woainilsr 阅读(10070) 评论(0) 推荐(0)