问下有关函数名的问题:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
}
- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
{
}
这两个函数分别函数名都是什么啊?? 看的挺奇怪的 ,有些都不太明白 比如第一个的函数名是tableView呢还是didSelectRowAtIndexPath??? 如果是后者,那么前面相同的那一段(void)tableView:(UITableView *)tableView这个又是在说明什么的??
吃鸡游戏
温温酱