摘要: //获取当前缓存大小 @property (nonatomic, assign) NSUInteger tmpSize; //获取缓存大小并储存 _tmpSize=[[SDImageCache sharedImageCache]getSize]; NSString* tempSize=[NSString stringWithFormat:@"%.2fM", self.tmpSi... 阅读全文
posted @ 2016-05-23 16:42 death3721 阅读(794) 评论(0) 推荐(0) 编辑