ElasticTransition icon indicating copy to clipboard operation
ElasticTransition copied to clipboard

wrong width when presenting a ViewController on top of ViewController presented by ElasticTransition

Open thanhn08 opened this issue 8 years ago • 2 comments

Sorry lkzhao that I don't really have time to debug and make a pull request to help you but I hope I could at least report what I found while using your control.

Currently, I have a MenuViewController presented modally using ElasticTransition. When I present SettingViewController on top of MenuViewController, and then dismiss SettingViewController.... the MenuViewController underneath is full screen width instead of custom width set on contentLength variable.

I am using storyboard with autolayout, btw.

Thank you for the cool library.

thanhn08 avatar Mar 25 '16 08:03 thanhn08

I am looking into a custom UIPresentationController for this library. There are a couple of bugs related to this issue since we have no control over the background view that is already presented.

lkzhao avatar Mar 31 '16 23:03 lkzhao

any solution?

TomasPangzi avatar May 01 '17 13:05 TomasPangzi