選中了tableview的cell的某一行table
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPathtab
{di
}tableview
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];view
若是你是自定義的話就用下面這種vi
MyCustomCell *cell = (MyCustomCell *)[tableView cellForRowAtIndexPath:indexPath];void