Merge pull request #5539 from vector-im/ismail/5537_home_badges

Home Screen: Fix Section & TabBar Badges
This commit is contained in:
ismailgulek
2022-02-10 11:49:50 +03:00
committed by GitHub
14 changed files with 123 additions and 41 deletions

View File

@@ -427,7 +427,9 @@
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
// Let dataSource provide the section header.
return [dataSource viewForHeaderInSection:section withFrame:[tableView rectForHeaderInSection:section]];
return [dataSource viewForHeaderInSection:section
withFrame:[tableView rectForHeaderInSection:section]
inTableView:tableView];
}
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath