#pragma mark 自定义表视图滑动时delete按钮内容
- (NSString *) tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath
{
return @"下载";
}
本文出自 “8424381” 博客,请务必保留此出处http://8434381.blog.51cto.com/8424381/1727848
原文:http://8434381.blog.51cto.com/8424381/1727848