REFrostedViewController icon indicating copy to clipboard operation
REFrostedViewController copied to clipboard

if user swipes left menu screen toward the right side then left menu screen covers the whole screen.

Open SusheelYadav455 opened this issue 7 years ago • 2 comments

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.

simulator screen shot - iphone 6 - 2018-07-04 at 19 14 32 simulator screen shot - iphone 6 - 2018-07-04 at 19 14 44

Best Regards Susheel Yadav.

SusheelYadav455 avatar Jul 04 '18 14:07 SusheelYadav455

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 .

SusheelYadav455 avatar Oct 04 '18 12:10 SusheelYadav455

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.

taslimansari011 avatar Oct 04 '18 12:10 taslimansari011