ElasticTransition
ElasticTransition copied to clipboard
wrong width when presenting a ViewController on top of ViewController presented by ElasticTransition
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.
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.
any solution?