CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Install MHDismissModalView with a ScrollView
[self.navigationController installMHDismissModalViewWithOptions:[[MHDismissModalViewOptions alloc] initWithScrollView:self.tableView
theme:MHModalThemeWhite]];
Install MHDismissModalView without a ScrollView
[self.navigationController installMHDismissModalViewWithOptions:[[MHDismissModalViewOptions alloc] initWithScrollView:nil theme:MHModalThemeWhite]];
Global Call for all Modal Views (AppDelegate)
[[MHDismissSharedManager sharedDismissManager]installWithTheme:MHModalThemeWhite];