MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
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?
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?
Thanks