This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
Releases: m1entus/MZFormSheetController
Releases · m1entus/MZFormSheetController
3.1.3: Merge pull request #193 from AutoScout24/fix-progress-hud-podspec
3.0.1
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+