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

Releases: m1entus/MZFormSheetController

3.1.3: Merge pull request #193 from AutoScout24/fix-progress-hud-podspec

08 Dec 10:03
Compare
Choose a tag to compare

3.0.1

25 Feb 22:13
Compare
Choose a tag to compare

Fixed MZAppearance dependency error when using CocoaPods with Swift

MZFormSheetController v3 (MZFormSheetPresentationController)

25 Feb 21:14
Compare
Choose a tag to compare

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+