Prepare #904: Improve the people invite screens

- Make `RoomParticipantsViewController` inherit of the new class `ContactsTableViewController` to handle room members.
This commit is contained in:
giomfo
2017-01-11 18:58:11 +01:00
parent f83485d319
commit 69182bdfd5
6 changed files with 424 additions and 603 deletions
@@ -44,6 +44,10 @@
// Clear the default background color of a MXKImageView instance
self.thumbnailView.backgroundColor = [UIColor clearColor];
// Disable by default interactions defined in the cell
// because we want [tableView didSelectRowAtIndexPath:] to be called
self.thumbnailView.userInteractionEnabled = NO;
}
- (void)layoutSubviews