#iOS keyboard 내리기 썸네일형 리스트형 [iOS] 키보드 강제로 내리기 12345@IBAction func 특정이벤트 메소드(_ sender: AnyObject) { // sender가 UITextView 이거나 UITextField 일경우 // 그렇지 않을 경우 sender를 UITextView나 UITextField로 변경 해주세요. _ = sender.resignFirstResponder()}Colored by Color Scriptercs 위와 같이 UITextView 나 UITextField 에 resignFirstResponder 함수를 호출 하면 된다. 참고 : http://www.techotopia.com/index.php/Writing_iOS_7_Code_to_Hide_the_Keyboard 더보기 이전 1 다음