romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SusheelYadav455 opened this issue · 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.

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.