ソースを参照

Update README.md

Prefix reachabilityChanged(note:) by @objc to make it an available #selector
Dani Arnaout 8 年 前
コミット
3e5bf29632
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -168,7 +168,7 @@ let reachability = Reachability()!
 and
 and
 
 
 ```swift
 ```swift
-func reachabilityChanged(note: Notification) {
+@objc func reachabilityChanged(note: Notification) {
 
 
   let reachability = note.object as! Reachability
   let reachability = note.object as! Reachability