2016年7月19日
摘要: 虽然UITableView和UICollectionView都有cell复用机制,但是如果利用SDWebImage加载的图片本身过大且cell复用池中的个数比较多(cell的Size越小,复用池中的cell就越多), 就容易收到内存溢出的警告!控制台会打印:Received memory warni 阅读全文
posted @ 2016-07-19 16:46 雨季的雾 阅读(592) 评论(0) 推荐(0)
摘要: - (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event{ UIView *view = [super hitTest:point withEvent:event]; NSLog(@"1 %f %f",point.x,point.y) 阅读全文
posted @ 2016-07-19 11:19 雨季的雾 阅读(3138) 评论(0) 推荐(0)