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 | Jan 2015 |
Maintained by William Falcon.
View controller that takes over screen when there is no internet connection. Critical for networked apps.
#import "NoNetworkManager.h"- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Enable takeover View Controller
// Will show whenever the network goes out, and dissappear when network comes back in
[NoNetworkManager enableLackOfNetworkTakeover];
return YES;
}