CTRL + 拖入新创建的 UIViewController 文件

CTRL + dragging into a newly created UIViewController file

我创建了一个名为 GamePlayController.swift 的新文件,并将其设为 UIViewController 类型的 class。我打算让它像默认创建的 GameViewController.swift 一样,但我想知道为什么它不允许我 CTRL + 从 Storyboard 拖动 Tap Gestures?

除非你的viewController是插座,否则你不能连接CTRL+Drag。您需要在视图控制器 class.

的笔尖中设置 class