swim 中一行代码解决收回键盘

//点击空白收回键盘

    override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {

        

        view.endEditing(true)

    }

    


你可能感兴趣的:(收回键盘)