No description
Find a file
2014-10-04 14:39:58 +02:00
ModalPresentation Uses autoresizing mask to layout presentation view controller view to work around a bug during device rotation on iOS 7. 2014-10-04 14:20:37 +02:00
ModalPresentation.xcodeproj Adds NGPresentationViewController. A bug manifests while rotating the device. 2014-10-04 14:20:37 +02:00
ModalPresentationTests Initial Commit 2014-10-04 14:20:36 +02:00
.gitignore Initial Commit 2014-10-04 14:20:36 +02:00
README.md Updates readme file. 2014-10-04 14:39:58 +02:00

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.