romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

If you want only one view forced landscape left orientation, others keep portrait. I need to add some code to 'RESideMenu.m'. #311

Open HOWIE-CH opened 6 years ago

HOWIE-CH commented 6 years ago

The code:

- (UIInterfaceOrientationMask)supportedInterfaceOrientations
{
    return [self.contentViewController supportedInterfaceOrientations];
}