Merge branch 'develop' of https://github.com/vector-im/riot-ios into app-extension-improvements

This commit is contained in:
Aram Sargsyan
2017-08-17 00:08:56 +04:00
149 changed files with 3102 additions and 555 deletions
@@ -171,6 +171,14 @@
- (void)userInterfaceThemeDidChange
{
self.defaultBarTintColor = kRiotSecondaryBgColor;
self.barTitleColor = kRiotPrimaryTextColor;
self.view.backgroundColor = kRiotPrimaryBgColor;
}
- (UIStatusBarStyle)preferredStatusBarStyle
{
return kRiotDesignStatusBarStyle;
}
- (void)viewWillAppear:(BOOL)animated