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

Setting MZFormSheetPresentationTransitionStyleSlideFromTop causes janky dismiss animation #56

Closed jeffblake closed 8 years ago

jeffblake commented 8 years ago
formSheetController.contentViewControllerTransitionStyle = MZFormSheetPresentationTransitionStyleSlideFromTop;

It looks great when appearing, but when dismissing, it goes up, then down, then spazzes out.

m1entus commented 8 years ago

Can you prepare sample of it? Because on example looks fine and always you can create custom animation

jeffblake commented 8 years ago

it wouldn't be feasible to produce a sample... its ok I'm using a different transition.