diff --git a/RESideMenu/RESideMenu.m b/RESideMenu/RESideMenu.m index b6b8efd9..529474ca 100644 --- a/RESideMenu/RESideMenu.m +++ b/RESideMenu/RESideMenu.m @@ -782,6 +782,11 @@ - (BOOL)shouldAutorotate return self.contentViewController.shouldAutorotate; } +- (UIInterfaceOrientationMask)supportedInterfaceOrientations +{ + return self.contentViewController.supportedInterfaceOrientations; +} + - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { if (self.visible) {