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

Commit bd5200e

Browse files
committed
Update read
1 parent 3c01abc commit bd5200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MZFormSheetController v3
44
===========
55

6-
### `MZFormSheetController` was rewritten and replaced by [`MZFormSheetPresentationController`](https://github.com/m1entus/MZFormSheetPresentationController) which base on new iOS 8 modal presentation 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`, i am going to drop support for this project as soon as iOS9 become live. MZFormSheetPresentationController don't use any tricky hacks to present form sheet as a UIWindow, it use native modalPresentationStyle UIModalPresentationOverFullScreen, and use native `UIVisualEffect` view to make blur.
6+
### `MZFormSheetController` was rewritten and replaced by [`MZFormSheetPresentationController`](https://github.com/m1entus/MZFormSheetPresentationController) which base on new iOS 8 modal presentation API. You can still use MZFormSheetController if you want to support <iOS8, but if you have deployment target set to iOS8 `i recommed you to use MZFormSheetPresentationController`, i have dropped support for this project in favour of MZFormSheetPresentationController. MZFormSheetPresentationController don't use any tricky hacks to present form sheet as a UIWindow, it use native modalPresentationStyle UIModalPresentationOverFullScreen, and use native `UIVisualEffect` view to make blur.
77

88
## MZFormSheetPresentationController contain example project for Swift and Objective-C.
99

0 commit comments

Comments
 (0)