こんばんわ。
ご質問なのですが、returnキーを押したり、画面をタッチしたりしてもキーボードが閉じません。
このコードの中で間違えているところはないと思うのですが、どこか違っている部分があればご指摘していただきたいです。
よろしくお願いします
import UIKit
class NextViewController: UIViewController,UITextFieldDelegate {
override func viewDidLoad() { super.viewDidLoad() } @IBAction func cancel(_ sender: Any) { dismiss(animated: true, completion: nil) } override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) { } func textFieldShouldReturn(_ textField: UITextField) -> Bool { textField.resignFirstResponder() }
}
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/21 14:55
2020/05/21 15:52