Groups list: Support dynamic fonts by enabling self-sizing table view cell, and use constraints to define the cell’s size.

vector-im/riot-meta#114
This commit is contained in:
Giom Foret
2017-12-28 12:02:21 +01:00
parent 33b75edcde
commit 75fffb405d
5 changed files with 37 additions and 54 deletions
@@ -91,11 +91,4 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
[super render:cellData];
}
+ (CGFloat)heightForCellData:(MXKCellData *)cellData withMaximumWidth:(CGFloat)maxWidth
{
// The height is fixed
// @TODO change this to support dynamic fonts
return 105;
}
@end