فهرست منبع

Update README.md

Ashley Mills 11 سال پیش
والد
کامیت
27a0a84c12
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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