if user swipes left menu screen toward the right side then left menu screen covers the whole screen.
Hi @romaonthego
I have been using your SDK in my old Objective-C project , i have integrated it successfully and working fine .
Currently i am facing one issue with side menu. When we stretch the side menu towards right , it is moving all the way towards right and get back to original position.
Can you please look into this and suggest me best possible way .
For your reference i am sharing my screenshots.

Best Regards Susheel Yadav.
Thanks .
I will give it a try .
On Thu, Oct 4, 2018 at 11:30 AM taslimansari011 [email protected] wrote:
In REFrostedContainerViewController.m 1: Setup the container view frame (the y axis coordinate = height of the navigation bar) in view will appear . 2: Setup the container view frame in show method (the y axis coordinate = height of the navigation bar) Hope this might help you.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/romaonthego/REFrostedViewController/issues/190#issuecomment-426894662, or mute the thread https://github.com/notifications/unsubscribe-auth/AQa2kIj9jzMYNEu6fNPs32_3AOMmFUH3ks5uhaPpgaJpZM4VCpyI .
Sorry bro I thought you have issue from the top of side menu thats why I wrote to edit y axis. But here you have to manage the width of the container view instead of y axis. Changes done with container view width should work in this case.