I want to use the ReachabilitySwift
class in my application. I added the dependency in my podFile and I get the code from github.
I got this error:
cannot invoke initializer for type 'Reachability' with no argument" on this line
My code:
let reachability = Reachability()!
Can anyone help me please?