ashleymills/Reachability.swift

Reachability doesn't detect reconnection in iOS 10 Simulator

オープン

#151 opened on 2016/09/21

 (22 件のコメント) (14 件のリアクション) (0 人の担当者)Swift (946 件のフォーク)batch import
Investigatehelp wanted

Repository metrics

Stars
 (7,970 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Greetings, I'm using Reachability installed using CocoaPods with version:

  • ReachabilitySwift (3) When using Reachability in iOS 10 Simulator, disconnection is normally detected (I'm doing that by turning WiFi off on my mac), but reconnection isn't detected anymore. Still works normally in iOS 9.3 simulator and it works normally on iOS 10 devices.

Might be worth checking out. It's useful for detecting UI changes based on connection status without having to install on a real device.

Thanks for this great library.

コントリビューターガイド