swift 3.0/Xcode 8 b6 中缺少准备(用于 segue:UIStoryboardSegue,发件人:AnyObject?)

prepare(for segue: UIStoryboardSegue, sender: AnyObject?) missing in swift 3.0/Xcode 8 b6

使用 xcode 8 beta 6.

键入 override func prepare,我看到了这个 ..

但我正在寻找

准备(用于 segue:UIStoryboardSegue,发件人:AnyObject?)

这是一个错误吗?这个 class 是 ViewController?

的子 class

也许这是 Beta 6 中的一个错误。我正在使用 GM 种子,它正在运行:

顺便说一句:在 beta 6 中,该方法已重命名为

prepare(for segue: UIStoryboardSegue, sender: Any?)