[iOS] 키보드 내리기

2023. 1. 14. 20:42
   override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
        self.view.endEditing(true)
    }
728x90

'iOS > UIKit' 카테고리의 다른 글

[iOS] 한 개의 ViewController에서 여러 개의 tableView 처리 방법  (0) 2023.06.17
[iOS] TableView  (0) 2023.01.24
[iOS] Label 잘림  (0) 2022.08.24
[iOS] 앱 Dark/Light 모드로 변경하기  (0) 2022.08.24
[iOS] IBOutlet Collection  (0) 2022.08.24

BELATED ARTICLES

more