https://github.com/vsanthanam/nexum
Modern, Lightweight Reachability for iOS Apps in Objective-C
https://github.com/vsanthanam/nexum
host ios network objective-c reachability wifi wwan
Last synced: 4 months ago
JSON representation
Modern, Lightweight Reachability for iOS Apps in Objective-C
- Host: GitHub
- URL: https://github.com/vsanthanam/nexum
- Owner: vsanthanam
- License: mit
- Created: 2018-03-21T02:58:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T17:53:23.000Z (over 3 years ago)
- Last Synced: 2025-07-14T03:34:41.561Z (4 months ago)
- Topics: host, ios, network, objective-c, reachability, wifi, wwan
- Language: Objective-C
- Homepage: https://www.nexum-ios.com
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nexum
[](https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)
[](https://en.wikipedia.org/wiki/MIT_License)
[](https://github.com/vsanthanam/Nexum/releases)
[](https://code.vsanthanam.com/Nexum/Documentation/)
[](https://cocoapods.org/pods/VSAlert)

Apple appears to have stopped updating their Reachability code. It isn't marked up with nullability for use with Swift projects, it doesn't use ARC, and is generally inflexible. Nexum is a drop-in replacement for Apple's reachability that is still extremely similar and very simple, but designed for easy, drop-in use and more design flexibility. Not everyone wants to use NSNotification all the time :P
## Setup
For a quick start guide, see the [project website](https://nexum.vsanthanam.com).
The website is hosted on [GitHub Pages](https://pages.github.com), and is built using [Jekyll](https://jekyllrb.com) and [jekyll-docs-theme](https://github.com/vsanthanam/jekyll-docs-theme).
## Documentation
Full documentation is available on the [project website](https://code.vsanthanam.com/Nexum/Documentation/index.html). Documentation is generated with [JazzyDoc](https://github.com/realm/jazzy), and styled using [Jony](https://github.com/HarshilShah/Jony). The hosted documentation is applicable for the latest version found under 'releases'.
## Contribution Guidelines
See the [contribution guidelines](https://code.vsanthanam.com/Nexum/CONTRIBUTING.html) before contributing to the project.
## Community Guidelines
See the [code of conduct](https://code.vsanthanam.com/Nexum/CODE_OF_CONDUCT.html) for detailed participation rules. Please report all violations to [talkto@vsanthanam.com](mailto:talkto@vsanthanam.com)