Browse Source

Update sample app for Swift 1.2

Ashley Mills 10 years ago
parent
commit
d520664d8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Reachability Sample/Reachability Sample/ViewController.swift

+ 1 - 1
Reachability Sample/Reachability Sample/ViewController.swift

@@ -67,7 +67,7 @@ class ViewController: UIViewController {
 
     
     func reachabilityChanged(note: NSNotification) {
-        let reachability = note.object as Reachability
+        let reachability = note.object as! Reachability
         
         if reachability.isReachable() {
             updateLabelColourWhenReachable(reachability)