首页 > 试题广场 >

以下关于tableView编辑的方法中哪个不属于代理方法?

[单选题]
以下关于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
A,是tableView的方法,而不是***
发表于 2017-07-13 19:53:11 回复(0)
tableView的代理方法,全部以tableView开头
发表于 2021-12-02 08:28:01 回复(0)
A。
发表于 2017-05-31 17:51:20 回复(0)