Reachability.swift icon indicating copy to clipboard operation
Reachability.swift copied to clipboard

Replacement for Apple's Reachability re-written in Swift with closures

Results 93 Reachability.swift issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, With [Swift 3](https://swift.org/blog/swift-3-0-release-process/) it would also be nice to add support for [SwiftPM](https://swift.org/package-manager/) Articles about **SwiftPM**: - [Package.swift — The Manifest File](https://github.com/apple/swift-package-manager/blob/master/Documentation/Package.swift.md) - [Developing Packages](https://github.com/apple/swift-package-manager/blob/master/Documentation/DevelopingPackages.md) - [System Modules](https://github.com/apple/swift-package-manager/blob/master/Documentation/SystemModules.md) -...

enhancement

I use this simpler usage for my whole project reachability.But,I do have some problem which is its output "connected" when i connect to cellular data or wifi which got no...

Is there any way to make a function or extension to check a remote host that could be used through the app in multiple pages with this library? note that...

Can I observe for wi-fi connection with this library? I don't need observe Internet connection, only wi-fi connection (doesn't matter exist Internet connection or not).

Hi, I have an external device that is **not connected to the internet** but can be turned on as hotspot device so other devices (such as iPhone) can connect to...

Anyone out there enjoy writing documentation? If you do, please go ahead and raise a PR and we can make this code easier for everyone to use. Cheers Ash

help wanted

I am running the sample app as is on a device and on the simulator. The issue is that when wifi is turned off and on again, the connection is...

Currently I am using Reachability for a Mac project. While at work, I am connected to a WiFi network, and sometimes use Ethernet as well (two different networks). When I...

Testing in an iPhone 5, when the wifi is turned on, I am receiving the flags [TransientConnection, Reachable, ConnectionRequired, ConnectionOnDemand], which results in unreachable connection. Following the sample of Apple,...

Hi, how can i know previous states of reachability (without saving it locally) in reachabilityChanged notification handler? 'previousFlags' property is private even though its marked under public properties (mistake?)

enhancement