{"id":16739442,"url":"https://github.com/williamfalcon/nonetworkviewcontroller","last_synced_at":"2025-07-14T08:35:55.385Z","repository":{"id":25910828,"uuid":"29351649","full_name":"williamFalcon/NoNetworkViewController","owner":"williamFalcon","description":"View controller that takes over screen when there is no internet connection. Critical for networked apps.","archived":false,"fork":false,"pushed_at":"2015-01-19T02:58:29.000Z","size":2100,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-25T11:20:55.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/williamFalcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-16T14:25:21.000Z","updated_at":"2015-03-24T11:17:22.000Z","dependencies_parsed_at":"2022-08-24T07:11:00.133Z","dependency_job_id":null,"html_url":"https://github.com/williamFalcon/NoNetworkViewController","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/williamFalcon/NoNetworkViewController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2FNoNetworkViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2FNoNetworkViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2FNoNetworkViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2FNoNetworkViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamFalcon","download_url":"https://codeload.github.com/williamFalcon/NoNetworkViewController/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamFalcon%2FNoNetworkViewController/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262951,"owners_count":23736504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T00:51:09.168Z","updated_at":"2025-07-14T08:35:55.358Z","avatar_url":"https://github.com/williamFalcon.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoNetworkViewController\nView controller that takes over screen when there is no internet connection. Critical for networked apps.\n\n![Example](https://raw.github.com/williamFalcon/NoNetworkViewController/master/ggnw3.gif)\n\n##CocoaPods\n```\npod 'NoNetworkViewController'\n```\n\n## How to Use\n1. Import header file (if not using cocoapods or using swift)\n```obj-c\n#import \"NoNetworkManager.h\"\n```\n\n2. Start manager from didFinishLaunchingWithOptions in your AppDelegate file\n```obj-c\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {\n\n    // Enable takeover View Controller\n    // Will show whenever the network goes out, and dissappear when network comes back in\n    [NoNetworkManager enableLackOfNetworkTakeover];\n\n    return YES;\n}\n```\n## Designing for your project\n1. Feel free to apply your own design by modifying the [NoNetworkViewController.xib file](https://github.com/williamFalcon/NoNetworkViewController/blob/master/NoNetworkViewController/NoNetworkViewController.xib)   \n\n## Dependencies\n* [Reachability](https://developer.apple.com/library/ios/samplecode/Reachability/Introduction/Intro.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfalcon%2Fnonetworkviewcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamfalcon%2Fnonetworkviewcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfalcon%2Fnonetworkviewcontroller/lists"}