RESideMenu icon indicating copy to clipboard operation
RESideMenu copied to clipboard

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

Open HOWIE-CH opened this issue 6 years ago • 0 comments

The code:

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

HOWIE-CH avatar May 03 '18 06:05 HOWIE-CH