Merge branch 'develop' into app-extension

This commit is contained in:
Giom Foret
2017-08-17 15:28:43 +02:00
147 changed files with 3095 additions and 548 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