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

iOS 9 autolayout on custom sizing view #37

Closed hebbian closed 8 years ago

hebbian commented 8 years ago

Thanks for great library and excellent support.

But in iOS9, the autolayout looks broken (look at the textview) especially on the second view. This problem occurs once I upgraded my device to iOS9 (I tested it in simulator), and it fix itself after some event like rotating device or drag the view around (like you want to close it). Any explanation?

image

Thanks

m1entus commented 8 years ago

Thanks for support, good catch, i forgot to setup final frame to target view controller