How to slide up the keyboard in Objective-C

Ajouter ce methode dans ViewControl

- (void)touchesEnded:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event

{

[self.view endEditing:TRUE];

}