Sometimes, for example on iPad, you need to have toggleable side menu on portrait orientation and always visible side menu on landscape orientation
You can achieve it with properties:
leftViewAlwaysVisibleOptions: LGSideMenuController.AlwaysVisibleOptions rightViewAlwaysVisibleOptions: LGSideMenuController.AlwaysVisibleOptions
You can choose multiple values like this:
sideMenuController.leftViewAlwaysVisibleOptions = [.padLandscape, .phoneLandscape] // or sideMenuController.leftViewAlwaysVisibleOptions = [.landscape]
There was an error while loading. Please reload this page.