我在这个问题上停留了几个小时。我的TableView中有3行。我还使用包含1个按钮和1个进度条的自定义单元格。问题是当我点击第一行或第二行的按钮时,进度条总是显示在第三行。我不知道为什么。但我想显示与我们单击的行对应的进度条。@interfaceViewController_(){CustomViewCell*cell;}@end-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{staticNSString*CellIdentifier=@"