Skip to content

Commit caf0364

Browse files
committed
Bug fixed
close #2
1 parent 070d318 commit caf0364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KMAccordionTableViewController/Classes/ViewController/KMAccordionTableViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPa
112112

113113
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
114114

115-
NSString *CellIdentifier = [NSString stringWithFormat:@"CellIdentifier%d", indexPath.row];
115+
NSString *CellIdentifier = [NSString stringWithFormat:@"CellIdentifier%d", indexPath.section];
116116

117117
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
118118

0 commit comments

Comments
 (0)