GroupsViewController: Add space beta announce cell.

This commit is contained in:
SBiOSoftWhare
2021-05-06 12:09:12 +02:00
parent 22ee7e35d0
commit c7c6f7701c
3 changed files with 88 additions and 0 deletions
@@ -79,6 +79,7 @@
//Register here the customized cell view class used to render groups
[self.groupsTableView registerNib:GroupTableViewCell.nib forCellReuseIdentifier:GroupTableViewCell.defaultReuseIdentifier];
[self.groupsTableView registerNib:GroupInviteTableViewCell.nib forCellReuseIdentifier:GroupInviteTableViewCell.defaultReuseIdentifier];
[self.groupsTableView registerNib:BetaAnnounceCell.nib forCellReuseIdentifier:BetaAnnounceCell.reuseIdentifier];
// Hide line separators of empty cells
self.groupsTableView.tableFooterView = [[UIView alloc] init];