TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | BSD |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
MFFadeBackModalAnimation is a UIViewController category that attempts to mimic the "tilt back" modal presentation animation that can be seen in the Gmail app when composing a new message.
Add the UIViewController+MFFadeBackModalAnimation
folder to your project. Add QuartzCore to your project.
Presenting a modal view controller:
[self presentViewControllerWithFadebackAnimation:navigationController completion:^{}];
Dismissing a modal view controller:
[self dismissViewControllerWithFadebackAnimationCompletion:^{}];