该方法的传入参数是“NSIndexPath”类型,如何获得对应的Cell对象吗,方法如下:
- - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
- UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
- }