فهرست منبع

Make notification example code Swift 1.2 compliant

Aditya Trivedi 10 سال پیش
والد
کامیت
7ff84c845e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -43,7 +43,7 @@ and
 
 
     func reachabilityChanged(note: NSNotification) {
     func reachabilityChanged(note: NSNotification) {
 
 
-        let reachability = note.object as Reachability
+        let reachability = note.object as! Reachability
 
 
         if reachability.isReachable() {
         if reachability.isReachable() {
             if reachability.isReachableViaWiFi() {
             if reachability.isReachableViaWiFi() {