Room Details: Add 'Files' tab

Display now the index of room files
This commit is contained in:
giomfo
2016-10-12 12:03:39 +02:00
parent b6a934d5f9
commit 4a96bb84fc
8 changed files with 284 additions and 18 deletions
@@ -102,14 +102,6 @@
#pragma mark - Override UITableView delegate
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
// `MXKRoomBubbleTableViewCell` cells displayed by the `RoomViewController`
// do not have line separators.
// The +1 here is for the line separator which is displayed by `RoomSearchViewController`.
return [super tableView:tableView heightForRowAtIndexPath:indexPath] + 1;
}
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
// Data in the cells are actually Vector RoomBubbleCellData