Skip to content

Commit f624006

Browse files
committed
Merge branch 'develop' of https://github.com/ashleymills/Reachability.swift into develop
2 parents aec64ca + 00a1f18 commit f624006

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Inspired by https://github.com/tonymillion/Reachability
66

77
**NOTES:**
88

9-
- As of Swift 1.2, you cannot convert Swift closures into C-function pointers, meaning we can't set an `SCNetworkReachabilityCallBack`. To get around this, this reachability replacement uses a `dispatch_source` firing at 1/2 second intervals.
10-
119
- If an application has the privacy option “Use cellular data” turned off, the Reachability class still reports isReachable() to be true. There is currently no (non-private) API to detect this. If you need this feature, please raise file a [bug report](https://bugreport.apple.com) with Apple to get this fixed. See devforums thread for details: https://devforums.apple.com/message/1059332#1059332
1210

1311
## Use

0 commit comments

Comments
 (0)