瀏覽代碼

Merge branch 'develop' of https://github.com/ashleymills/Reachability.swift into develop

Ashley Mills 10 年之前
父節點
當前提交
f6240062bd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -6,8 +6,6 @@ Inspired by https://github.com/tonymillion/Reachability
 
 **NOTES:**
 
-- 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.
-
 - 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
 
 ## Use