Kaynağa Gözat

Update README.md

Ashley Mills 11 yıl önce
ebeveyn
işleme
27a0a84c12
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -36,6 +36,8 @@ Just drop the **Reachability.swift** file into your project. That's it!
     let reachability = Reachability.reachabilityForInternetConnection()
 
     NSNotificationCenter.defaultCenter().addObserver(self, selector: "reachabilityChanged:", name: ReachabilityChangedNotification, object: reachability)
+    
+    reachability.startNotifier()
 
 and