We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070d318 commit caf0364Copy full SHA for caf0364
1 file changed
KMAccordionTableViewController/Classes/ViewController/KMAccordionTableViewController.m
@@ -112,7 +112,7 @@ - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPa
112
113
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
114
115
- NSString *CellIdentifier = [NSString stringWithFormat:@"CellIdentifier%d", indexPath.row];
+ NSString *CellIdentifier = [NSString stringWithFormat:@"CellIdentifier%d", indexPath.section];
116
117
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
118
0 commit comments