touchesbegan,set先没有会员

时间:2017-04-26 03:48:45

标签: swift

为什么我会收到警告:"类型值'设置'没有会员'第一个'?如何才能获得第一次接触。

import UIKit
class StackOverflowQuestionViewController: UIViewController {

    func touchesBegan(touches: Set, withEvent event: UIEvent) {

        let touch = touches.first as UITouch

     }
}

0 个答案:

没有答案