ashleymills/Reachability.swift
Reachability doesn't detect reconnection in iOS 10 Simulator
开放
#151 创建于 2016年9月21日
Investigatehelp wanted
仓库指标
- 星标
- (7,972 个星标)
- PR 合并指标
- (30 天内没有已合并 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.