tableview的删除按钮
更新:HHH   时间:2023-1-7


#pragma mark 自定义表视图滑动时delete按钮内容

- (NSString *) tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath

{

    return @"下载";

}


返回开发技术教程...