gonzalezreal/Vertigo

Issues when presenting Vertigo on the iPad when modalPresentationStyle is set to UIModalPresentationFormSheet

measuredweighed opened this issue · 0 comments

It appears that the dismissal transition is broken when presenting Vertigo from within the inside of a modally-presented view controller when modalPresentationStyle is set to UIModalPresentationFormSheet. Changing the value to UIModalPresentationFullScreen works as you'd expect.

Any suggested workaround for this issue?