解決方法:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
? ? [tableView deselectRowAtIndexPath:indexPath animated:NO];
}
解決方法:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
? ? [tableView deselectRowAtIndexPath:indexPath animated:NO];
}