TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
The simplest Semi Modal implementation possible. Very, very simplified version based on KNSemiModalViewController.
MASimplestSemiModalViewController
on your Podfile and install it#import "UIViewController+MASimplestSemiModal.h"'
[viewController presentSemiView:semiView];
If you want a better, configurable and complex Semi Modal implementation you should go for KNSemiModalViewController, @kentnguyen and the other contributors made a great job on that project.
Even thought I said that it is the simplest Semi Modal implementation possible I know that it's not, so fell free to make it simpler.