m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
974 stars 145 forks source link

FormSheet no change to Fullscreen when use iPad Split screen #121

Open Villy21 opened 7 years ago

Villy21 commented 7 years ago

Thanks for great lib,

But I found that when I change traitCollection with iPad Split screen view did not switch to Fullscreen like with UIModalPresentationFormSheet. And my view is cut by screen border.

Maybe there is a option to enable this ?