GroupParticipantsViewController: support the self-sizing cells,

and the self-sizing section headers.

vector-im/riot-meta#115
This commit is contained in:
Giom Foret
2017-12-29 19:54:13 +01:00
parent abc71e32cd
commit 498c7ea2dd
7 changed files with 81 additions and 51 deletions
@@ -119,6 +119,7 @@
self.separatorView.backgroundColor = kRiotSecondaryBgColor;
_groupLongDescription.textColor = kRiotSecondaryTextColor;
_groupLongDescription.tintColor = kRiotColorBlue;
[self.leftButton.layer setCornerRadius:5];
self.leftButton.clipsToBounds = YES;