Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

MZFormSheetController v3 (MZFormSheetPresentationController)

Compare
Choose a tag to compare
@m1entus m1entus released this 25 Feb 21:14
· 39 commits to master since this release

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+