From a4b9109b56b1ecc0fbf0ffaafeb154bdf111ccfe Mon Sep 17 00:00:00 2001 From: Wojciech Nagrodzki <278594+wnagrodzki@users.noreply.github.com> Date: Sat, 4 Oct 2014 14:39:58 +0200 Subject: [PATCH] Updates readme file. --- README.md | 1 + 1 file changed, 1 insertion(+) 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.