Enable Dark theme

TODO:
- fix the app freeze when user changes the app theme.
This commit is contained in:
Giom Foret
2017-08-11 16:56:09 +02:00
parent 7481d9d689
commit 6fdbb5d844
109 changed files with 1528 additions and 339 deletions
@@ -26,10 +26,10 @@
{
[super customizeTableViewCellRendering];
self.mxkLabel.textColor = kRiotTextColorBlack;
self.mxkTextField.textColor = kRiotTextColorBlack;
self.mxkLabel.textColor = kRiotPrimaryTextColor;
self.mxkTextField.textColor = kRiotPrimaryTextColor;
_isoCountryCodeLabel.textColor = kRiotTextColorBlack;
_isoCountryCodeLabel.textColor = kRiotPrimaryTextColor;
}
- (void)setIsoCountryCode:(NSString *)isoCountryCode