经典指数          
原因
1147
浏览数
0
收藏数
 

以下关于tableView编辑的方法中哪个不属于代理方法?
  • -(void)setEditing:(BOOL)editing animated:(BOOL)animated
  • -(BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
  • -(UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath
  • -(void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath

     举报   纠错  
 
切换
1 个答案
A,是tableView的方法,而不是代理
 
切换
撰写答案
扫描后移动端查看本题