iOS Solution
키보드 사라지게 하는 방법
vulcanus
2022. 8. 4. 12:24
방법 1.
textField.endEditing(true)
방법2.
textField.resignFirstResponder()