iOS/iOS Swift 개발 일기

iOS swift textfield/ textView return key(enter) keyboard down 키보드 내리기

Developer-Michelle 2022. 9. 30. 10:04

iOS swift textfield/ textView return key(enter) keyboard down 키보드 내리기

 

 

 

How To Hide Keyboard In Swift On Pressing Return Key - Zero To App Store

Eddy Chung I teach iOS development on ZeroToAppStore.com.

www.zerotoappstore.com

 

iQKeyboardManager의 경우, textFieldShouldReturn 메소드만 써줘도 해당 기능 적용됨. (touchesBegan 안해도 되었음)

 

https://declan.tistory.com/16