This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
MZFormSheetController v3 (MZFormSheetPresentationController)
MZFormSheetPresentationController was rewritten and build on iOS 8 API. You can still use MZFormSheetController if you want to support iOS5 >, but if you have deployment target set to iOS8 i recommed you to use MZFormSheetPresentationController. It don't use any tricky hacks to present form sheet as a UIWindow, it use native modalPresentationStyle UIModalPresentationOverFullScreen.
Depricated methods was deleted from MZFormSheetController.
MZFormSheetController now supports native blur (default ON) on iOS8+