diff --git a/README.md b/README.md index e69de29..f1f7f9a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +NGModalPresentation provides a way to present a view controller while respecting it's preferred content size on iOS 7. Presented view controller reacts and animates properly on device rotation changes. It also allows to present and dismiss a view controller from already presented view controller, without breaking it's frame at the end of transisiton.