This commit is contained in:
Pfeil, Scott Robert 2019-01-16 12:18:52 -05:00
parent a5b08a80f7
commit d4ed766298

View File

@ -360,7 +360,9 @@
[super viewDidLoad];
// Do any additional setup after loading the view.
self.navigationItem.hidesBackButton = YES;
if ([MVMCoreUISplitViewController mainSplitViewController]) {
self.navigationItem.hidesBackButton = YES;
}
// init intro animation manager
MVMAnimationManager *introAnimationManager = [[MVMAnimationManager alloc] init];