Posts by Renan Soranso • 1 point
1 post
-
0
votes5
answers2115
viewsA: How to make the keyboard disappear when click out of it? Swift
You can use the touchesBegan method (https://developer.apple.com/documentation/uikit/uiresponder/1621142-touchesbegan). override func touchesBegan(_ touches: Set<UITouch>, with event:…