I’ve been looking everywhere… maybe i’m not using the right searchwords since i do believe this is a common question.
Is there an event i can handle for when the user dismisses the keyboard by clicking the button to lower the keyboard.

i move a view up when a uitextfield becomes firstresponder but i want to move it down again when this button is tapped
Try using notifications. Add that to your
viewDidLoad:and then create a method called
keyboardWillHide:Hope it helps