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
973 stars 146 forks source link

This sheet is not layout correct in iOS11, version 2.4.3, but it is correct in version 2.4.2 #146

Open StormXX opened 7 years ago

StormXX commented 7 years ago

I use the controller in my project. it works well before version 2.4.3.. when I update the framework to 2.4.3, the presented sheet is not layout correct.

version 2.4.3 img_0195

version 2.4.2 img_6534

StormXX commented 7 years ago

@m1entus have you tested the branch you merged into 2.4.3?