Prepare Dark Theme - Customize Riot view by using customizeViewRendering method.

https://github.com/vector-im/riot-meta/issues/22
This commit is contained in:
Giom Foret
2017-08-08 10:57:42 +02:00
parent 38d2359256
commit 272a0e1e39
11 changed files with 117 additions and 57 deletions
@@ -21,9 +21,11 @@
@implementation EncryptionInfoView
- (void)awakeFromNib
#pragma mark - Override MXKView
-(void)customizeViewRendering
{
[super awakeFromNib];
[super customizeViewRendering];
self.defaultTextColor = kRiotTextColorBlack;
}