SwiftSyft
SwiftSyft copied to clipboard
Implement reachability publisher
This will listen to reachability changes (internet connectivity). Users of this class can check changes by subscribing to a publisher (check Combine
framework) exposed by the Reachability class.
iOS 12 should have a new class that makes this easier.
@mjjimenez You can assign this issue to me.