UITableView cell are overlapping
问题 I'm implementing a tableView with section index. where my tableViewCells are overlapping whenever the rows are more than one in any particular section. Here is my code. ![- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return \[self.keys count\]; } - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section { // return \[\[\[UILocalizedIndexedCollation currentCollation\] sectionTitles\] objectAtIndex:section\]; return \[keys objectAtIndex