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 4ce2c436b8
commit 7cc4afba2b
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;
}