Questions tagged [reachability-swift]

Use this tag for all questions about Ashley Mills' Reachability.Swift library for macOS, iOS, tvOS

Reachability.swift is a Swift replacement for Apple's Objective-C sample code, with closures.

Github - https://github.com/ashleymills/Reachability.swift

Cocoapods - https://cocoapods.org/pods/ReachabilitySwift

31 questions
0
votes
1 answer

Swift - Crashing With Reachability

I call the method testReachability() when a UIButton is pressed to check for internet connection before it completes the action. This is using Ashley Mill's reachability class. On Line 24 I call completed() so that if the app can reach the network…
lifewithelliott
  • 1,012
  • 2
  • 16
  • 35
1 2
3