You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using NSNotification.Name.reachabilityChanged in swift 3 for the notification does not work, as it gets translated to "kNetworkReachabilityChangedNotification". This is different from the constant defined in this library "kReachabilityChangedNotification".
The text was updated successfully, but these errors were encountered:
Using
NSNotification.Name.reachabilityChanged
in swift 3 for the notification does not work, as it gets translated to"kNetworkReachabilityChangedNotification"
. This is different from the constant defined in this library"kReachabilityChangedNotification"
.The text was updated successfully, but these errors were encountered: