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
@@ -16,10 +16,22 @@
#import "TableViewCellWithPhoneNumberTextField.h"
#import "RiotDesignValues.h"
#import "NBPhoneNumberUtil.h"
@implementation TableViewCellWithPhoneNumberTextField
- (void)customizeTableViewCellRendering
{
[super customizeTableViewCellRendering];
self.mxkLabel.textColor = kRiotTextColorBlack;
self.mxkTextField.textColor = kRiotTextColorBlack;
_isoCountryCodeLabel.textColor = kRiotTextColorBlack;
}
- (void)setIsoCountryCode:(NSString *)isoCountryCode
{
_isoCountryCode = isoCountryCode;