Skip to content

Instantly share code, notes, and snippets.

@iCarambaa
Created January 4, 2017 11:23
Show Gist options
  • Save iCarambaa/ee7d80f73e5bda63090b6f2e2d34cf79 to your computer and use it in GitHub Desktop.
Save iCarambaa/ee7d80f73e5bda63090b6f2e2d34cf79 to your computer and use it in GitHub Desktop.
Manually deactivate reachability
@interface UIApplication(Reachability)
// This private method is used to push the view controller back up after
// double tapping the home button
- (void)_deactivateReachability;
@end
@iCarambaa
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment