I am using SideNavigationController in my app for side menu and its working fine. In my case I want to open Left View and Right View on button click.
And I am able to do that using methods
- openLeftView()
- openRightView()
Now, the problem is Left and Right view also open when user swipe left or right. I want to avoid the opening of left and right view on swipe/gesture. I am using Embedded framework of Material Kit and currently not able to find any property that can be set to avoid swipe/ gesture detection.