Prepare Dark Theme

Observe user interface theme change.

https://github.com/vector-im/riot-meta/issues/22
This commit is contained in:
Giom Foret
2017-07-21 11:28:17 +02:00
parent 45491d73c9
commit 4e5fa4ef5e
29 changed files with 795 additions and 70 deletions
@@ -15,6 +15,7 @@
*/
#import "TableViewCellWithCollectionView.h"
#import "RiotDesignValues.h"
@implementation TableViewCellWithCollectionView
@@ -23,6 +24,8 @@
[super awakeFromNib];
self.editionViewHeightConstraint.constant = 0;
self.editionView.backgroundColor = kRiotSecondaryBgColor;
}
- (void)prepareForReuse