标签:style blog os io for div log sp
-(UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath { return UITableViewCellEditingStyleDelete; } - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath { if (editingStyle == UITableViewCellEditingStyleDelete) { NSLog(@"jiujsaifsdfasdffsda"); } } -(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath { return @"编辑"; }
IOS_修改TableView的删除按钮的文本,布布扣,bubuko.com
标签:style blog os io for div log sp
原文地址:http://www.cnblogs.com/lxllanou/p/3928600.html