1st version

This commit is contained in:
Aram Sargsyan
2017-07-24 16:56:31 +04:00
parent 6d4256180d
commit a5fa1ff3bb
12 changed files with 458 additions and 59 deletions
@@ -17,7 +17,9 @@
#import "SegmentedViewController.h"
#import "AppDelegate.h"
#import "RiotDesignValues.h"
//#import "RageShakeManager.h"
//#import "AppDelegate.h"
@interface SegmentedViewController ()
{
@@ -121,7 +123,7 @@
// Setup `MXKViewControllerHandling` properties
self.defaultBarTintColor = kRiotNavBarTintColor;
self.enableBarTintColorStatusChange = NO;
self.rageShakeManager = [RageShakeManager sharedManager];
//self.rageShakeManager = [RageShakeManager sharedManager];
}
- (void)viewDidLoad