为什么我会收到警告:"类型值'设置'没有会员'第一个'?如何才能获得第一次接触。
import UIKit
class StackOverflowQuestionViewController: UIViewController {
func touchesBegan(touches: Set, withEvent event: UIEvent) {
let touch = touches.first as UITouch
}
}