当我滑动单元格时,iOS UITableView默认滑动删除按钮不显示

时间:2014-12-03 07:12:07

标签: ios objective-c xcode

UITableview默认滑动删除按钮未显示.........

我将以下方法用于默认刷卡删除....

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath{
   return YES;
}

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
{
(............)
}  

我的Mac是新买的......

滑动删除按钮正在显示并且也在我的朋友Mac中工作,这是在一年之前购买的... 但在我的Mac刷卡工作,但删除按钮没有显示......

1 个答案:

答案 0 :(得分:1)

您应该通过Storyboard对 UITableView 应用自动布局约束。