Prepare Dark theme - Handle table view cell customization

This commit is contained in:
Giom Foret
2017-08-08 16:05:43 +02:00
parent 45fd5f33e3
commit 3ca96e5c95
44 changed files with 204 additions and 132 deletions
@@ -20,9 +20,9 @@
@implementation DirectoryServerDetailTableViewCell
- (void)awakeFromNib
- (void)customizeTableViewCellRendering
{
[super awakeFromNib];
[super customizeTableViewCellRendering];
self.detailDescLabel.textColor = kRiotTextColorGray;
}