mikefrederick / MFSideMenu

Facebook-like side menu for iOS
Other
1.17k stars 291 forks source link

Only close rightViewController #167

Closed serhatsezer closed 10 years ago

serhatsezer commented 10 years ago

Hey,

I have two side menu leftMenuVC and rightMenuVC some specific area I want to do disable rightMenuVC but i did not find any solution. I just tried code below but it didn't work.

Here is my code snippet below https://gist.github.com/serhatsezer/0f4708b8d0bb76962900

zephyr-dev commented 10 years ago

@serhatsezer What do you mean by disable? If you want to make it so that the right side menu cannot be opened, you can just do:

[containerViewController setRightMenuViewController:nil];
serhatsezer commented 10 years ago

Thank you @zephyr-dev solved my problem.

zephyr-dev commented 10 years ago

@serhatsezer whoops, it's mike, I am on the wrong account