Prepare Dark theme - Handle table view cell customization

This commit is contained in:
Giom Foret
2017-08-08 16:05:43 +02:00
parent 7cc4afba2b
commit 01ede51919
44 changed files with 204 additions and 132 deletions
@@ -1,5 +1,6 @@
/*
Copyright 2016 OpenMarket Ltd
Copyright 2017 Vector Creations Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -20,9 +21,9 @@
@implementation TableViewCellWithCheckBoxAndLabel
- (void)awakeFromNib
- (void)customizeTableViewCellRendering
{
[super awakeFromNib];
[super customizeTableViewCellRendering];
_label.textColor = kRiotTextColorBlack;
}