NotificationCenter.default.addObserver(self, selector: Selector(("uploaded")), name: NSNotification.Name(rawValue: "uploaded"), object: nil)
私は名前を書いていました: "uploaded:"とxcodeは上記のコードに修正しました。問題は、私は認識できないセレクタを取得するアプリを実行するときです。Swift 3 NotificationCenterオブザーバのセレクタを使用
いずれか(識別子チェック)#selector
構文を使用し、迅速な3
あるいは、ViewControllerをクラス名に置き換えるのではなく、クラス名をすべて省略して、現在のクラスを使用します。 – Rob