[UIImage p_w_picpathNamed:@""];[UIImage p_w_picpathWithContentsOfFile:@""];p_w_picpathNamed:在加载图片的时候会对图片进行缓存,再次使用这个图片时,如果图片存在,会直接从内存中取。提高了内存使用率,但在发生内存警告时不会自动释放,容易造成内存泄露。p_w_picpathWithContentsOfFile:仅
#pragma mark 自定义表视图滑动时delete按钮内容- (NSString *) tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath{ return @"下载";}
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号