merge
This commit is contained in:
parent
a5b08a80f7
commit
d4ed766298
@ -360,7 +360,9 @@
|
|||||||
[super viewDidLoad];
|
[super viewDidLoad];
|
||||||
// Do any additional setup after loading the view.
|
// Do any additional setup after loading the view.
|
||||||
|
|
||||||
self.navigationItem.hidesBackButton = YES;
|
if ([MVMCoreUISplitViewController mainSplitViewController]) {
|
||||||
|
self.navigationItem.hidesBackButton = YES;
|
||||||
|
}
|
||||||
|
|
||||||
// init intro animation manager
|
// init intro animation manager
|
||||||
MVMAnimationManager *introAnimationManager = [[MVMAnimationManager alloc] init];
|
MVMAnimationManager *introAnimationManager = [[MVMAnimationManager alloc] init];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user